Regal
Functions
src/regal/RegalDispatchLoader.cpp File Reference
#include "pch.h"
#include "RegalUtil.h"
#include <string>
#include "RegalLog.h"
#include "RegalBreak.h"
#include "RegalPush.h"
#include "RegalToken.h"
#include "RegalHelper.h"
#include "RegalPrivate.h"
#include "RegalContext.h"
#include "RegalDispatcherGlobal.h"

Functions

static void loader_glAccum (GLenum op, GLfloat value)
static void loader_glAlphaFunc (GLenum func, GLclampf ref)
static void loader_glBegin (GLenum mode)
static void loader_glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap)
static void loader_glBlendFunc (GLenum sfactor, GLenum dfactor)
static void loader_glCallList (GLuint list)
static void loader_glCallLists (GLsizei n, GLenum type, const GLvoid *lists)
static void loader_glClear (GLbitfield mask)
static void loader_glClearAccum (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
static void loader_glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
static void loader_glClearDepth (GLclampd depth)
static void loader_glClearIndex (GLfloat c)
static void loader_glClearStencil (GLint s)
static void loader_glClipPlane (GLenum plane, const GLdouble *equation)
static void loader_glColor3b (GLbyte red, GLbyte green, GLbyte blue)
static void loader_glColor3bv (const GLbyte *v)
static void loader_glColor3d (GLdouble red, GLdouble green, GLdouble blue)
static void loader_glColor3dv (const GLdouble *v)
static void loader_glColor3f (GLfloat red, GLfloat green, GLfloat blue)
static void loader_glColor3fv (const GLfloat *v)
static void loader_glColor3i (GLint red, GLint green, GLint blue)
static void loader_glColor3iv (const GLint *v)
static void loader_glColor3s (GLshort red, GLshort green, GLshort blue)
static void loader_glColor3sv (const GLshort *v)
static void loader_glColor3ub (GLubyte red, GLubyte green, GLubyte blue)
static void loader_glColor3ubv (const GLubyte *v)
static void loader_glColor3ui (GLuint red, GLuint green, GLuint blue)
static void loader_glColor3uiv (const GLuint *v)
static void loader_glColor3us (GLushort red, GLushort green, GLushort blue)
static void loader_glColor3usv (const GLushort *v)
static void loader_glColor4b (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
static void loader_glColor4bv (const GLbyte *v)
static void loader_glColor4d (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
static void loader_glColor4dv (const GLdouble *v)
static void loader_glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
static void loader_glColor4fv (const GLfloat *v)
static void loader_glColor4i (GLint red, GLint green, GLint blue, GLint alpha)
static void loader_glColor4iv (const GLint *v)
static void loader_glColor4s (GLshort red, GLshort green, GLshort blue, GLshort alpha)
static void loader_glColor4sv (const GLshort *v)
static void loader_glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
static void loader_glColor4ubv (const GLubyte *v)
static void loader_glColor4ui (GLuint red, GLuint green, GLuint blue, GLuint alpha)
static void loader_glColor4uiv (const GLuint *v)
static void loader_glColor4us (GLushort red, GLushort green, GLushort blue, GLushort alpha)
static void loader_glColor4usv (const GLushort *v)
static void loader_glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
static void loader_glColorMaterial (GLenum face, GLenum mode)
static void loader_glCopyPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
static void loader_glCullFace (GLenum mode)
static void loader_glDeleteLists (GLuint list, GLsizei range)
static void loader_glDepthFunc (GLenum func)
static void loader_glDepthMask (GLboolean flag)
static void loader_glDepthRange (GLclampd zNear, GLclampd zFar)
static void loader_glDisable (GLenum cap)
static void loader_glDrawBuffer (GLenum mode)
static void loader_glDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glEdgeFlag (GLboolean flag)
static void loader_glEdgeFlagv (const GLboolean *flag)
static void loader_glEnable (GLenum cap)
static void loader_glEnd (void)
static void loader_glEndList (void)
static void loader_glEvalCoord1d (GLdouble u)
static void loader_glEvalCoord1dv (const GLdouble *u)
static void loader_glEvalCoord1f (GLfloat u)
static void loader_glEvalCoord1fv (const GLfloat *u)
static void loader_glEvalCoord2d (GLdouble u, GLdouble v)
static void loader_glEvalCoord2dv (const GLdouble *u)
static void loader_glEvalCoord2f (GLfloat u, GLfloat v)
static void loader_glEvalCoord2fv (const GLfloat *u)
static void loader_glEvalMesh1 (GLenum mode, GLint i1, GLint i2)
static void loader_glEvalMesh2 (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
static void loader_glEvalPoint1 (GLint i)
static void loader_glEvalPoint2 (GLint i, GLint j)
static void loader_glFeedbackBuffer (GLsizei size, GLenum type, GLfloat *buffer)
static void loader_glFinish (void)
static void loader_glFlush (void)
static void loader_glFogf (GLenum pname, GLfloat param)
static void loader_glFogfv (GLenum pname, const GLfloat *params)
static void loader_glFogi (GLenum pname, GLint param)
static void loader_glFogiv (GLenum pname, const GLint *params)
static void loader_glFrontFace (GLenum mode)
static void loader_glFrustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
static GLuint loader_glGenLists (GLsizei range)
static void loader_glGetBooleanv (GLenum pname, GLboolean *params)
static void loader_glGetClipPlane (GLenum plane, GLdouble *equation)
static void loader_glGetDoublev (GLenum pname, GLdouble *params)
static GLenum loader_glGetError (void)
static void loader_glGetFloatv (GLenum pname, GLfloat *params)
static void loader_glGetIntegerv (GLenum pname, GLint *params)
static void loader_glGetLightfv (GLenum light, GLenum pname, GLfloat *params)
static void loader_glGetLightiv (GLenum light, GLenum pname, GLint *params)
static void loader_glGetMapdv (GLenum target, GLenum query, GLdouble *v)
static void loader_glGetMapfv (GLenum target, GLenum query, GLfloat *v)
static void loader_glGetMapiv (GLenum target, GLenum query, GLint *v)
static void loader_glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params)
static void loader_glGetMaterialiv (GLenum face, GLenum pname, GLint *params)
static void loader_glGetPixelMapfv (GLenum map, GLfloat *values)
static void loader_glGetPixelMapuiv (GLenum map, GLuint *values)
static void loader_glGetPixelMapusv (GLenum map, GLushort *values)
static void loader_glGetPolygonStipple (GLubyte *mask)
static const GLubyteloader_glGetString (GLenum name)
static void loader_glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetTexEnviv (GLenum target, GLenum pname, GLint *params)
static void loader_glGetTexGendv (GLenum coord, GLenum pname, GLdouble *params)
static void loader_glGetTexGenfv (GLenum coord, GLenum pname, GLfloat *params)
static void loader_glGetTexGeniv (GLenum coord, GLenum pname, GLint *params)
static void loader_glGetTexImage (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
static void loader_glGetTexLevelParameterfv (GLenum target, GLint level, GLenum pname, GLfloat *params)
static void loader_glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params)
static void loader_glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetTexParameteriv (GLenum target, GLenum pname, GLint *params)
static void loader_glHint (GLenum target, GLenum mode)
static void loader_glIndexMask (GLuint mask)
static void loader_glIndexd (GLdouble c)
static void loader_glIndexdv (const GLdouble *c)
static void loader_glIndexf (GLfloat c)
static void loader_glIndexfv (const GLfloat *c)
static void loader_glIndexi (GLint c)
static void loader_glIndexiv (const GLint *c)
static void loader_glIndexs (GLshort c)
static void loader_glIndexsv (const GLshort *c)
static void loader_glInitNames (void)
static GLboolean loader_glIsEnabled (GLenum cap)
static GLboolean loader_glIsList (GLuint list)
static void loader_glLightModelf (GLenum pname, GLfloat param)
static void loader_glLightModelfv (GLenum pname, const GLfloat *params)
static void loader_glLightModeli (GLenum pname, GLint param)
static void loader_glLightModeliv (GLenum pname, const GLint *params)
static void loader_glLightf (GLenum light, GLenum pname, GLfloat param)
static void loader_glLightfv (GLenum light, GLenum pname, const GLfloat *params)
static void loader_glLighti (GLenum light, GLenum pname, GLint param)
static void loader_glLightiv (GLenum light, GLenum pname, const GLint *params)
static void loader_glLineStipple (GLint factor, GLushort pattern)
static void loader_glLineWidth (GLfloat width)
static void loader_glListBase (GLuint base)
static void loader_glLoadIdentity (void)
static void loader_glLoadMatrixd (const GLdouble *m)
static void loader_glLoadMatrixf (const GLfloat *m)
static void loader_glLoadName (GLuint name)
static void loader_glLogicOp (GLenum opcode)
static void loader_glMap1d (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)
static void loader_glMap1f (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)
static void loader_glMap2d (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points)
static void loader_glMap2f (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points)
static void loader_glMapGrid1d (GLint un, GLdouble u1, GLdouble u2)
static void loader_glMapGrid1f (GLint un, GLfloat u1, GLfloat u2)
static void loader_glMapGrid2d (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
static void loader_glMapGrid2f (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
static void loader_glMaterialf (GLenum face, GLenum pname, GLfloat param)
static void loader_glMaterialfv (GLenum face, GLenum pname, const GLfloat *params)
static void loader_glMateriali (GLenum face, GLenum pname, GLint param)
static void loader_glMaterialiv (GLenum face, GLenum pname, const GLint *params)
static void loader_glMatrixMode (GLenum mode)
static void loader_glMultMatrixd (const GLdouble *m)
static void loader_glMultMatrixf (const GLfloat *m)
static void loader_glNewList (GLuint list, GLenum mode)
static void loader_glNormal3b (GLbyte nx, GLbyte ny, GLbyte nz)
static void loader_glNormal3bv (const GLbyte *v)
static void loader_glNormal3d (GLdouble nx, GLdouble ny, GLdouble nz)
static void loader_glNormal3dv (const GLdouble *v)
static void loader_glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz)
static void loader_glNormal3fv (const GLfloat *v)
static void loader_glNormal3i (GLint nx, GLint ny, GLint nz)
static void loader_glNormal3iv (const GLint *v)
static void loader_glNormal3s (GLshort nx, GLshort ny, GLshort nz)
static void loader_glNormal3sv (const GLshort *v)
static void loader_glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
static void loader_glPassThrough (GLfloat token)
static void loader_glPixelMapfv (GLenum map, GLsizei mapsize, const GLfloat *values)
static void loader_glPixelMapuiv (GLenum map, GLsizei mapsize, const GLuint *values)
static void loader_glPixelMapusv (GLenum map, GLsizei mapsize, const GLushort *values)
static void loader_glPixelStoref (GLenum pname, GLfloat param)
static void loader_glPixelStorei (GLenum pname, GLint param)
static void loader_glPixelTransferf (GLenum pname, GLfloat param)
static void loader_glPixelTransferi (GLenum pname, GLint param)
static void loader_glPixelZoom (GLfloat xfactor, GLfloat yfactor)
static void loader_glPointSize (GLfloat size)
static void loader_glPolygonMode (GLenum face, GLenum mode)
static void loader_glPolygonStipple (const GLubyte *mask)
static void loader_glPopAttrib (void)
static void loader_glPopMatrix (void)
static void loader_glPopName (void)
static void loader_glPushAttrib (GLbitfield mask)
static void loader_glPushMatrix (void)
static void loader_glPushName (GLuint name)
static void loader_glRasterPos2d (GLdouble x, GLdouble y)
static void loader_glRasterPos2dv (const GLdouble *v)
static void loader_glRasterPos2f (GLfloat x, GLfloat y)
static void loader_glRasterPos2fv (const GLfloat *v)
static void loader_glRasterPos2i (GLint x, GLint y)
static void loader_glRasterPos2iv (const GLint *v)
static void loader_glRasterPos2s (GLshort x, GLshort y)
static void loader_glRasterPos2sv (const GLshort *v)
static void loader_glRasterPos3d (GLdouble x, GLdouble y, GLdouble z)
static void loader_glRasterPos3dv (const GLdouble *v)
static void loader_glRasterPos3f (GLfloat x, GLfloat y, GLfloat z)
static void loader_glRasterPos3fv (const GLfloat *v)
static void loader_glRasterPos3i (GLint x, GLint y, GLint z)
static void loader_glRasterPos3iv (const GLint *v)
static void loader_glRasterPos3s (GLshort x, GLshort y, GLshort z)
static void loader_glRasterPos3sv (const GLshort *v)
static void loader_glRasterPos4d (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glRasterPos4dv (const GLdouble *v)
static void loader_glRasterPos4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glRasterPos4fv (const GLfloat *v)
static void loader_glRasterPos4i (GLint x, GLint y, GLint z, GLint w)
static void loader_glRasterPos4iv (const GLint *v)
static void loader_glRasterPos4s (GLshort x, GLshort y, GLshort z, GLshort w)
static void loader_glRasterPos4sv (const GLshort *v)
static void loader_glReadBuffer (GLenum mode)
static void loader_glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
static void loader_glRectd (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
static void loader_glRectdv (const GLdouble *v1, const GLdouble *v2)
static void loader_glRectf (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
static void loader_glRectfv (const GLfloat *v1, const GLfloat *v2)
static void loader_glRecti (GLint x1, GLint y1, GLint x2, GLint y2)
static void loader_glRectiv (const GLint *v1, const GLint *v2)
static void loader_glRects (GLshort x1, GLshort y1, GLshort x2, GLshort y2)
static void loader_glRectsv (const GLshort *v1, const GLshort *v2)
static GLint loader_glRenderMode (GLenum mode)
static void loader_glRotated (GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
static void loader_glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
static void loader_glScaled (GLdouble x, GLdouble y, GLdouble z)
static void loader_glScalef (GLfloat x, GLfloat y, GLfloat z)
static void loader_glScissor (GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glSelectBuffer (GLsizei size, GLuint *buffer)
static void loader_glShadeModel (GLenum mode)
static void loader_glStencilFunc (GLenum func, GLint ref, GLuint mask)
static void loader_glStencilMask (GLuint mask)
static void loader_glStencilOp (GLenum fail, GLenum zfail, GLenum zpass)
static void loader_glTexCoord1d (GLdouble s)
static void loader_glTexCoord1dv (const GLdouble *v)
static void loader_glTexCoord1f (GLfloat s)
static void loader_glTexCoord1fv (const GLfloat *v)
static void loader_glTexCoord1i (GLint s)
static void loader_glTexCoord1iv (const GLint *v)
static void loader_glTexCoord1s (GLshort s)
static void loader_glTexCoord1sv (const GLshort *v)
static void loader_glTexCoord2d (GLdouble s, GLdouble t)
static void loader_glTexCoord2dv (const GLdouble *v)
static void loader_glTexCoord2f (GLfloat s, GLfloat t)
static void loader_glTexCoord2fv (const GLfloat *v)
static void loader_glTexCoord2i (GLint s, GLint t)
static void loader_glTexCoord2iv (const GLint *v)
static void loader_glTexCoord2s (GLshort s, GLshort t)
static void loader_glTexCoord2sv (const GLshort *v)
static void loader_glTexCoord3d (GLdouble s, GLdouble t, GLdouble r)
static void loader_glTexCoord3dv (const GLdouble *v)
static void loader_glTexCoord3f (GLfloat s, GLfloat t, GLfloat r)
static void loader_glTexCoord3fv (const GLfloat *v)
static void loader_glTexCoord3i (GLint s, GLint t, GLint r)
static void loader_glTexCoord3iv (const GLint *v)
static void loader_glTexCoord3s (GLshort s, GLshort t, GLshort r)
static void loader_glTexCoord3sv (const GLshort *v)
static void loader_glTexCoord4d (GLdouble s, GLdouble t, GLdouble r, GLdouble q)
static void loader_glTexCoord4dv (const GLdouble *v)
static void loader_glTexCoord4f (GLfloat s, GLfloat t, GLfloat r, GLfloat q)
static void loader_glTexCoord4fv (const GLfloat *v)
static void loader_glTexCoord4i (GLint s, GLint t, GLint r, GLint q)
static void loader_glTexCoord4iv (const GLint *v)
static void loader_glTexCoord4s (GLshort s, GLshort t, GLshort r, GLshort q)
static void loader_glTexCoord4sv (const GLshort *v)
static void loader_glTexEnvf (GLenum target, GLenum pname, GLfloat param)
static void loader_glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params)
static void loader_glTexEnvi (GLenum target, GLenum pname, GLint param)
static void loader_glTexEnviv (GLenum target, GLenum pname, const GLint *params)
static void loader_glTexGend (GLenum coord, GLenum pname, GLdouble param)
static void loader_glTexGendv (GLenum coord, GLenum pname, const GLdouble *params)
static void loader_glTexGenf (GLenum coord, GLenum pname, GLfloat param)
static void loader_glTexGenfv (GLenum coord, GLenum pname, const GLfloat *params)
static void loader_glTexGeni (GLenum coord, GLenum pname, GLint param)
static void loader_glTexGeniv (GLenum coord, GLenum pname, const GLint *params)
static void loader_glTexImage1D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTexParameterf (GLenum target, GLenum pname, GLfloat param)
static void loader_glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params)
static void loader_glTexParameteri (GLenum target, GLenum pname, GLint param)
static void loader_glTexParameteriv (GLenum target, GLenum pname, const GLint *params)
static void loader_glTranslated (GLdouble x, GLdouble y, GLdouble z)
static void loader_glTranslatef (GLfloat x, GLfloat y, GLfloat z)
static void loader_glVertex2d (GLdouble x, GLdouble y)
static void loader_glVertex2dv (const GLdouble *v)
static void loader_glVertex2f (GLfloat x, GLfloat y)
static void loader_glVertex2fv (const GLfloat *v)
static void loader_glVertex2i (GLint x, GLint y)
static void loader_glVertex2iv (const GLint *v)
static void loader_glVertex2s (GLshort x, GLshort y)
static void loader_glVertex2sv (const GLshort *v)
static void loader_glVertex3d (GLdouble x, GLdouble y, GLdouble z)
static void loader_glVertex3dv (const GLdouble *v)
static void loader_glVertex3f (GLfloat x, GLfloat y, GLfloat z)
static void loader_glVertex3fv (const GLfloat *v)
static void loader_glVertex3i (GLint x, GLint y, GLint z)
static void loader_glVertex3iv (const GLint *v)
static void loader_glVertex3s (GLshort x, GLshort y, GLshort z)
static void loader_glVertex3sv (const GLshort *v)
static void loader_glVertex4d (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glVertex4dv (const GLdouble *v)
static void loader_glVertex4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glVertex4fv (const GLfloat *v)
static void loader_glVertex4i (GLint x, GLint y, GLint z, GLint w)
static void loader_glVertex4iv (const GLint *v)
static void loader_glVertex4s (GLshort x, GLshort y, GLshort z, GLshort w)
static void loader_glVertex4sv (const GLshort *v)
static void loader_glViewport (GLint x, GLint y, GLsizei width, GLsizei height)
static GLboolean loader_glAreTexturesResident (GLsizei n, const GLuint *textures, GLboolean *residences)
static void loader_glArrayElement (GLint index)
static void loader_glBindTexture (GLenum target, GLuint texture)
static void loader_glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
static void loader_glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
static void loader_glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
static void loader_glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glDeleteTextures (GLsizei n, const GLuint *textures)
static void loader_glDisableClientState (GLenum cap)
static void loader_glDrawArrays (GLenum mode, GLint first, GLsizei count)
static void loader_glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)
static void loader_glEdgeFlagPointer (GLsizei stride, const GLvoid *pointer)
static void loader_glEnableClientState (GLenum cap)
static void loader_glGenTextures (GLsizei n, GLuint *textures)
static void loader_glGetPointerv (GLenum pname, GLvoid **params)
static void loader_glIndexPointer (GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glIndexub (GLubyte c)
static void loader_glIndexubv (const GLubyte *c)
static void loader_glInterleavedArrays (GLenum format, GLsizei stride, const GLvoid *pointer)
static GLboolean loader_glIsTexture (GLuint texture)
static void loader_glNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glPolygonOffset (GLfloat factor, GLfloat units)
static void loader_glPopClientAttrib (void)
static void loader_glPrioritizeTextures (GLsizei n, const GLuint *textures, const GLclampf *priorities)
static void loader_glPushClientAttrib (GLbitfield mask)
static void loader_glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
static void loader_glBlendEquation (GLenum mode)
static void loader_glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
static void loader_glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glActiveTexture (GLenum texture)
static void loader_glClientActiveTexture (GLenum texture)
static void loader_glCompressedTexImage1D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTexImage3D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)
static void loader_glGetCompressedTexImage (GLenum target, GLint lod, GLvoid *img)
static void loader_glLoadTransposeMatrixd (const GLdouble *m)
static void loader_glLoadTransposeMatrixf (const GLfloat *m)
static void loader_glMultTransposeMatrixd (const GLdouble *m)
static void loader_glMultTransposeMatrixf (const GLfloat *m)
static void loader_glMultiTexCoord1d (GLenum target, GLdouble s)
static void loader_glMultiTexCoord1dv (GLenum target, const GLdouble *v)
static void loader_glMultiTexCoord1f (GLenum target, GLfloat s)
static void loader_glMultiTexCoord1fv (GLenum target, const GLfloat *v)
static void loader_glMultiTexCoord1i (GLenum target, GLint s)
static void loader_glMultiTexCoord1iv (GLenum target, const GLint *v)
static void loader_glMultiTexCoord1s (GLenum target, GLshort s)
static void loader_glMultiTexCoord1sv (GLenum target, const GLshort *v)
static void loader_glMultiTexCoord2d (GLenum target, GLdouble s, GLdouble t)
static void loader_glMultiTexCoord2dv (GLenum target, const GLdouble *v)
static void loader_glMultiTexCoord2f (GLenum target, GLfloat s, GLfloat t)
static void loader_glMultiTexCoord2fv (GLenum target, const GLfloat *v)
static void loader_glMultiTexCoord2i (GLenum target, GLint s, GLint t)
static void loader_glMultiTexCoord2iv (GLenum target, const GLint *v)
static void loader_glMultiTexCoord2s (GLenum target, GLshort s, GLshort t)
static void loader_glMultiTexCoord2sv (GLenum target, const GLshort *v)
static void loader_glMultiTexCoord3d (GLenum target, GLdouble s, GLdouble t, GLdouble r)
static void loader_glMultiTexCoord3dv (GLenum target, const GLdouble *v)
static void loader_glMultiTexCoord3f (GLenum target, GLfloat s, GLfloat t, GLfloat r)
static void loader_glMultiTexCoord3fv (GLenum target, const GLfloat *v)
static void loader_glMultiTexCoord3i (GLenum target, GLint s, GLint t, GLint r)
static void loader_glMultiTexCoord3iv (GLenum target, const GLint *v)
static void loader_glMultiTexCoord3s (GLenum target, GLshort s, GLshort t, GLshort r)
static void loader_glMultiTexCoord3sv (GLenum target, const GLshort *v)
static void loader_glMultiTexCoord4d (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
static void loader_glMultiTexCoord4dv (GLenum target, const GLdouble *v)
static void loader_glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
static void loader_glMultiTexCoord4fv (GLenum target, const GLfloat *v)
static void loader_glMultiTexCoord4i (GLenum target, GLint s, GLint t, GLint r, GLint q)
static void loader_glMultiTexCoord4iv (GLenum target, const GLint *v)
static void loader_glMultiTexCoord4s (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
static void loader_glMultiTexCoord4sv (GLenum target, const GLshort *v)
static void loader_glSampleCoverage (GLclampf value, GLboolean invert)
static void loader_glBlendFuncSeparate (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
static void loader_glFogCoordPointer (GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glFogCoordd (GLdouble coord)
static void loader_glFogCoorddv (const GLdouble *coord)
static void loader_glFogCoordf (GLfloat coord)
static void loader_glFogCoordfv (const GLfloat *coord)
static void loader_glMultiDrawArrays (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
static void loader_glMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei primcount)
static void loader_glPointParameterf (GLenum pname, GLfloat param)
static void loader_glPointParameterfv (GLenum pname, const GLfloat *params)
static void loader_glPointParameteri (GLenum pname, GLint param)
static void loader_glPointParameteriv (GLenum pname, const GLint *params)
static void loader_glSecondaryColor3b (GLbyte red, GLbyte green, GLbyte blue)
static void loader_glSecondaryColor3bv (const GLbyte *v)
static void loader_glSecondaryColor3d (GLdouble red, GLdouble green, GLdouble blue)
static void loader_glSecondaryColor3dv (const GLdouble *v)
static void loader_glSecondaryColor3f (GLfloat red, GLfloat green, GLfloat blue)
static void loader_glSecondaryColor3fv (const GLfloat *v)
static void loader_glSecondaryColor3i (GLint red, GLint green, GLint blue)
static void loader_glSecondaryColor3iv (const GLint *v)
static void loader_glSecondaryColor3s (GLshort red, GLshort green, GLshort blue)
static void loader_glSecondaryColor3sv (const GLshort *v)
static void loader_glSecondaryColor3ub (GLubyte red, GLubyte green, GLubyte blue)
static void loader_glSecondaryColor3ubv (const GLubyte *v)
static void loader_glSecondaryColor3ui (GLuint red, GLuint green, GLuint blue)
static void loader_glSecondaryColor3uiv (const GLuint *v)
static void loader_glSecondaryColor3us (GLushort red, GLushort green, GLushort blue)
static void loader_glSecondaryColor3usv (const GLushort *v)
static void loader_glSecondaryColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glWindowPos2d (GLdouble x, GLdouble y)
static void loader_glWindowPos2dv (const GLdouble *p)
static void loader_glWindowPos2f (GLfloat x, GLfloat y)
static void loader_glWindowPos2fv (const GLfloat *p)
static void loader_glWindowPos2i (GLint x, GLint y)
static void loader_glWindowPos2iv (const GLint *p)
static void loader_glWindowPos2s (GLshort x, GLshort y)
static void loader_glWindowPos2sv (const GLshort *p)
static void loader_glWindowPos3d (GLdouble x, GLdouble y, GLdouble z)
static void loader_glWindowPos3dv (const GLdouble *p)
static void loader_glWindowPos3f (GLfloat x, GLfloat y, GLfloat z)
static void loader_glWindowPos3fv (const GLfloat *p)
static void loader_glWindowPos3i (GLint x, GLint y, GLint z)
static void loader_glWindowPos3iv (const GLint *p)
static void loader_glWindowPos3s (GLshort x, GLshort y, GLshort z)
static void loader_glWindowPos3sv (const GLshort *p)
static void loader_glBeginQuery (GLenum target, GLuint id)
static void loader_glBindBuffer (GLenum target, GLuint buffer)
static void loader_glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage)
static void loader_glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)
static void loader_glDeleteBuffers (GLsizei n, const GLuint *buffers)
static void loader_glDeleteQueries (GLsizei n, const GLuint *ids)
static void loader_glEndQuery (GLenum target)
static void loader_glGenBuffers (GLsizei n, GLuint *buffers)
static void loader_glGenQueries (GLsizei n, GLuint *ids)
static void loader_glGetBufferParameteriv (GLenum target, GLenum pname, GLint *params)
static void loader_glGetBufferPointerv (GLenum target, GLenum pname, GLvoid **params)
static void loader_glGetBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data)
static void loader_glGetQueryObjectiv (GLuint id, GLenum pname, GLint *params)
static void loader_glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint *params)
static void loader_glGetQueryiv (GLenum target, GLenum pname, GLint *params)
static GLboolean loader_glIsBuffer (GLuint buffer)
static GLboolean loader_glIsQuery (GLuint id)
static GLvoidloader_glMapBuffer (GLenum target, GLenum access)
static GLboolean loader_glUnmapBuffer (GLenum target)
static void loader_glAttachShader (GLuint program, GLuint shader)
static void loader_glBindAttribLocation (GLuint program, GLuint index, const GLchar *name)
static void loader_glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha)
static void loader_glCompileShader (GLuint shader)
static GLuint loader_glCreateProgram (void)
static GLuint loader_glCreateShader (GLenum type)
static void loader_glDeleteProgram (GLuint program)
static void loader_glDeleteShader (GLuint shader)
static void loader_glDetachShader (GLuint program, GLuint shader)
static void loader_glDisableVertexAttribArray (GLuint index)
static void loader_glDrawBuffers (GLsizei n, const GLenum *bufs)
static void loader_glEnableVertexAttribArray (GLuint index)
static void loader_glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
static void loader_glGetActiveUniform (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
static void loader_glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders)
static GLint loader_glGetAttribLocation (GLuint program, const GLchar *name)
static void loader_glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
static void loader_glGetProgramiv (GLuint program, GLenum pname, GLint *params)
static void loader_glGetShaderInfoLog (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
static void loader_glGetShaderSource (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source)
static void loader_glGetShaderiv (GLuint shader, GLenum pname, GLint *params)
static GLint loader_glGetUniformLocation (GLuint program, const GLchar *name)
static void loader_glGetUniformfv (GLuint program, GLint location, GLfloat *params)
static void loader_glGetUniformiv (GLuint program, GLint location, GLint *params)
static void loader_glGetVertexAttribPointerv (GLuint index, GLenum pname, GLvoid **pointer)
static void loader_glGetVertexAttribdv (GLuint index, GLenum pname, GLdouble *params)
static void loader_glGetVertexAttribfv (GLuint index, GLenum pname, GLfloat *params)
static void loader_glGetVertexAttribiv (GLuint index, GLenum pname, GLint *params)
static GLboolean loader_glIsProgram (GLuint program)
static GLboolean loader_glIsShader (GLuint shader)
static void loader_glLinkProgram (GLuint program)
static void loader_glShaderSource (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length)
static void loader_glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask)
static void loader_glStencilMaskSeparate (GLenum face, GLuint mask)
static void loader_glStencilOpSeparate (GLenum face, GLenum fail, GLenum zfail, GLenum zpass)
static void loader_glUniform1f (GLint location, GLfloat v0)
static void loader_glUniform1fv (GLint location, GLsizei count, const GLfloat *value)
static void loader_glUniform1i (GLint location, GLint v0)
static void loader_glUniform1iv (GLint location, GLsizei count, const GLint *value)
static void loader_glUniform2f (GLint location, GLfloat v0, GLfloat v1)
static void loader_glUniform2fv (GLint location, GLsizei count, const GLfloat *value)
static void loader_glUniform2i (GLint location, GLint v0, GLint v1)
static void loader_glUniform2iv (GLint location, GLsizei count, const GLint *value)
static void loader_glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
static void loader_glUniform3fv (GLint location, GLsizei count, const GLfloat *value)
static void loader_glUniform3i (GLint location, GLint v0, GLint v1, GLint v2)
static void loader_glUniform3iv (GLint location, GLsizei count, const GLint *value)
static void loader_glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
static void loader_glUniform4fv (GLint location, GLsizei count, const GLfloat *value)
static void loader_glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
static void loader_glUniform4iv (GLint location, GLsizei count, const GLint *value)
static void loader_glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUseProgram (GLuint program)
static void loader_glValidateProgram (GLuint program)
static void loader_glVertexAttrib1d (GLuint index, GLdouble x)
static void loader_glVertexAttrib1dv (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib1f (GLuint index, GLfloat x)
static void loader_glVertexAttrib1fv (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib1s (GLuint index, GLshort x)
static void loader_glVertexAttrib1sv (GLuint index, const GLshort *v)
static void loader_glVertexAttrib2d (GLuint index, GLdouble x, GLdouble y)
static void loader_glVertexAttrib2dv (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y)
static void loader_glVertexAttrib2fv (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib2s (GLuint index, GLshort x, GLshort y)
static void loader_glVertexAttrib2sv (GLuint index, const GLshort *v)
static void loader_glVertexAttrib3d (GLuint index, GLdouble x, GLdouble y, GLdouble z)
static void loader_glVertexAttrib3dv (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z)
static void loader_glVertexAttrib3fv (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib3s (GLuint index, GLshort x, GLshort y, GLshort z)
static void loader_glVertexAttrib3sv (GLuint index, const GLshort *v)
static void loader_glVertexAttrib4Nbv (GLuint index, const GLbyte *v)
static void loader_glVertexAttrib4Niv (GLuint index, const GLint *v)
static void loader_glVertexAttrib4Nsv (GLuint index, const GLshort *v)
static void loader_glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
static void loader_glVertexAttrib4Nubv (GLuint index, const GLubyte *v)
static void loader_glVertexAttrib4Nuiv (GLuint index, const GLuint *v)
static void loader_glVertexAttrib4Nusv (GLuint index, const GLushort *v)
static void loader_glVertexAttrib4bv (GLuint index, const GLbyte *v)
static void loader_glVertexAttrib4d (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glVertexAttrib4dv (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glVertexAttrib4fv (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib4iv (GLuint index, const GLint *v)
static void loader_glVertexAttrib4s (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
static void loader_glVertexAttrib4sv (GLuint index, const GLshort *v)
static void loader_glVertexAttrib4ubv (GLuint index, const GLubyte *v)
static void loader_glVertexAttrib4uiv (GLuint index, const GLuint *v)
static void loader_glVertexAttrib4usv (GLuint index, const GLushort *v)
static void loader_glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
static void loader_glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUniformMatrix2x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glBeginConditionalRender (GLuint id, GLenum mode)
static void loader_glBeginTransformFeedback (GLenum primitiveMode)
static void loader_glBindFragDataLocation (GLuint program, GLuint color, const GLchar *name)
static void loader_glClampColor (GLenum target, GLenum clamp)
static void loader_glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
static void loader_glClearBufferfv (GLenum buffer, GLint drawbuffer, const GLfloat *value)
static void loader_glClearBufferiv (GLenum buffer, GLint drawbuffer, const GLint *value)
static void loader_glClearBufferuiv (GLenum buffer, GLint drawbuffer, const GLuint *value)
static void loader_glColorMaski (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
static void loader_glDisablei (GLenum cap, GLuint index)
static void loader_glEnablei (GLenum cap, GLuint index)
static void loader_glEndConditionalRender (void)
static void loader_glEndTransformFeedback (void)
static void loader_glGetBooleani_v (GLenum target, GLuint index, GLboolean *data)
static GLint loader_glGetFragDataLocation (GLuint program, const GLchar *name)
static const GLubyteloader_glGetStringi (GLenum name, GLuint index)
static void loader_glGetTexParameterIiv (GLenum target, GLenum pname, GLint *params)
static void loader_glGetTexParameterIuiv (GLenum target, GLenum pname, GLuint *params)
static void loader_glGetTransformFeedbackVarying (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
static void loader_glGetUniformuiv (GLuint program, GLint location, GLuint *params)
static void loader_glGetVertexAttribIiv (GLuint index, GLenum pname, GLint *params)
static void loader_glGetVertexAttribIuiv (GLuint index, GLenum pname, GLuint *params)
static GLboolean loader_glIsEnabledi (GLenum target, GLuint index)
static void loader_glTexParameterIiv (GLenum target, GLenum pname, const GLint *params)
static void loader_glTexParameterIuiv (GLenum target, GLenum pname, const GLuint *params)
static void loader_glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode)
static void loader_glUniform1ui (GLint location, GLuint v0)
static void loader_glUniform1uiv (GLint location, GLsizei count, const GLuint *value)
static void loader_glUniform2ui (GLint location, GLuint v0, GLuint v1)
static void loader_glUniform2uiv (GLint location, GLsizei count, const GLuint *value)
static void loader_glUniform3ui (GLint location, GLuint v0, GLuint v1, GLuint v2)
static void loader_glUniform3uiv (GLint location, GLsizei count, const GLuint *value)
static void loader_glUniform4ui (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
static void loader_glUniform4uiv (GLint location, GLsizei count, const GLuint *value)
static void loader_glVertexAttribI1i (GLuint index, GLint x)
static void loader_glVertexAttribI1iv (GLuint index, const GLint *v)
static void loader_glVertexAttribI1ui (GLuint index, GLuint x)
static void loader_glVertexAttribI1uiv (GLuint index, const GLuint *v)
static void loader_glVertexAttribI2i (GLuint index, GLint x, GLint y)
static void loader_glVertexAttribI2iv (GLuint index, const GLint *v)
static void loader_glVertexAttribI2ui (GLuint index, GLuint x, GLuint y)
static void loader_glVertexAttribI2uiv (GLuint index, const GLuint *v)
static void loader_glVertexAttribI3i (GLuint index, GLint x, GLint y, GLint z)
static void loader_glVertexAttribI3iv (GLuint index, const GLint *v)
static void loader_glVertexAttribI3ui (GLuint index, GLuint x, GLuint y, GLuint z)
static void loader_glVertexAttribI3uiv (GLuint index, const GLuint *v)
static void loader_glVertexAttribI4bv (GLuint index, const GLbyte *v)
static void loader_glVertexAttribI4i (GLuint index, GLint x, GLint y, GLint z, GLint w)
static void loader_glVertexAttribI4iv (GLuint index, const GLint *v)
static void loader_glVertexAttribI4sv (GLuint index, const GLshort *v)
static void loader_glVertexAttribI4ubv (GLuint index, const GLubyte *v)
static void loader_glVertexAttribI4ui (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
static void loader_glVertexAttribI4uiv (GLuint index, const GLuint *v)
static void loader_glVertexAttribI4usv (GLuint index, const GLushort *v)
static void loader_glVertexAttribIPointer (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glDrawArraysInstanced (GLenum mode, GLint start, GLsizei count, GLsizei primcount)
static void loader_glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
static void loader_glPrimitiveRestartIndex (GLuint index)
static void loader_glTexBuffer (GLenum target, GLenum internalformat, GLuint buffer)
static void loader_glFramebufferTexture (GLenum target, GLenum attachment, GLuint texture, GLint level)
static void loader_glFramebufferTextureFace (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
static void loader_glGetBufferParameteri64v (GLenum target, GLenum pname, GLint64 *params)
static void loader_glGetInteger64i_v (GLenum target, GLuint index, GLint64 *data)
static void loader_glVertexAttribDivisor (GLuint index, GLuint divisor)
static void loader_glBlendEquationSeparatei (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
static void loader_glBlendEquationi (GLuint buf, GLenum mode)
static void loader_glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
static void loader_glBlendFunci (GLuint buf, GLenum src, GLenum dst)
static void loader_glTbufferMask3DFX (GLuint mask)
static void loader_glDebugMessageCallbackAMD (GLDEBUGPROCAMD callback, GLvoid *userParam)
static void loader_glDebugMessageEnableAMD (GLenum category, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)
static void loader_glDebugMessageInsertAMD (GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar *buf)
static GLuint loader_glGetDebugMessageLogAMD (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message)
static void loader_glBlendEquationIndexedAMD (GLuint buf, GLenum mode)
static void loader_glBlendEquationSeparateIndexedAMD (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
static void loader_glBlendFuncIndexedAMD (GLuint buf, GLenum src, GLenum dst)
static void loader_glBlendFuncSeparateIndexedAMD (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
static void loader_glMultiDrawArraysIndirectAMD (GLenum mode, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
static void loader_glMultiDrawElementsIndirectAMD (GLenum mode, GLenum type, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
static void loader_glDeleteNamesAMD (GLenum identifier, GLuint num, const GLuint *names)
static void loader_glGenNamesAMD (GLenum identifier, GLuint num, GLuint *names)
static GLboolean loader_glIsNameAMD (GLenum identifier, GLuint name)
static void loader_glBeginPerfMonitorAMD (GLuint monitor)
static void loader_glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors)
static void loader_glEndPerfMonitorAMD (GLuint monitor)
static void loader_glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors)
static void loader_glGetPerfMonitorCounterDataAMD (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint *data, GLint *bytesWritten)
static void loader_glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, GLvoid *data)
static void loader_glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString)
static void loader_glGetPerfMonitorCountersAMD (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei countersSize, GLuint *counters)
static void loader_glGetPerfMonitorGroupStringAMD (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString)
static void loader_glGetPerfMonitorGroupsAMD (GLint *numGroups, GLsizei groupsSize, GLuint *groups)
static void loader_glSelectPerfMonitorCountersAMD (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *counterList)
static void loader_glSetMultisamplefvAMD (GLenum pname, GLuint index, const GLfloat *val)
static void loader_glStencilOpValueAMD (GLenum face, GLuint value)
static void loader_glTessellationFactorAMD (GLfloat factor)
static void loader_glTessellationModeAMD (GLenum mode)
static void loader_glBlitFramebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static void loader_glRenderbufferStorageMultisampleANGLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glDrawArraysInstancedANGLE (GLenum mode, GLint first, GLsizei count, GLsizei primcount)
static void loader_glDrawElementsInstancedANGLE (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
static void loader_glVertexAttribDivisorANGLE (GLuint index, GLuint divisor)
static void loader_glGetTranslatedShaderSourceANGLE (GLuint shader, GLsizei bufsize, GLsizei *length, GLchar *source)
static void loader_glCopyTextureLevelsAPPLE (GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount)
static void loader_glDrawElementArrayAPPLE (GLenum mode, GLint first, GLsizei count)
static void loader_glDrawRangeElementArrayAPPLE (GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count)
static void loader_glElementPointerAPPLE (GLenum type, const GLvoid *pointer)
static void loader_glMultiDrawElementArrayAPPLE (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
static void loader_glMultiDrawRangeElementArrayAPPLE (GLenum mode, GLuint start, GLuint end, const GLint *first, const GLsizei *count, GLsizei primcount)
static void loader_glDeleteFencesAPPLE (GLsizei n, const GLuint *fences)
static void loader_glFinishFenceAPPLE (GLuint fence)
static void loader_glFinishObjectAPPLE (GLenum object, GLint name)
static void loader_glGenFencesAPPLE (GLsizei n, GLuint *fences)
static GLboolean loader_glIsFenceAPPLE (GLuint fence)
static void loader_glSetFenceAPPLE (GLuint fence)
static GLboolean loader_glTestFenceAPPLE (GLuint fence)
static GLboolean loader_glTestObjectAPPLE (GLenum object, GLuint name)
static void loader_glBufferParameteriAPPLE (GLenum target, GLenum pname, GLint param)
static void loader_glFlushMappedBufferRangeAPPLE (GLenum target, GLintptr offset, GLsizeiptr size)
static void loader_glFinishRenderAPPLE (void)
static void loader_glFlushRenderAPPLE (void)
static void loader_glSwapAPPLE (void)
static void loader_glRenderbufferStorageMultisampleAPPLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glResolveMultisampleFramebufferAPPLE (void)
static void loader_glGetObjectParameterivAPPLE (GLenum objectType, GLuint name, GLenum pname, GLint *params)
static GLenum loader_glObjectPurgeableAPPLE (GLenum objectType, GLuint name, GLenum option)
static GLenum loader_glObjectUnpurgeableAPPLE (GLenum objectType, GLuint name, GLenum option)
static GLenum loader_glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout)
static void loader_glDeleteSyncAPPLE (GLsync sync)
static GLsync loader_glFenceSyncAPPLE (GLenum condition, GLbitfield flags)
static void loader_glGetInteger64vAPPLE (GLenum pname, GLint64 *params)
static void loader_glGetSyncivAPPLE (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)
static GLboolean loader_glIsSyncAPPLE (GLsync sync)
static void loader_glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout)
static void loader_glGetTexParameterPointervAPPLE (GLenum target, GLenum pname, GLvoid **params)
static void loader_glTextureRangeAPPLE (GLenum target, GLsizei length, const GLvoid *pointer)
static void loader_glBindVertexArrayAPPLE (GLuint array)
static void loader_glDeleteVertexArraysAPPLE (GLsizei n, const GLuint *arrays)
static void loader_glGenVertexArraysAPPLE (GLsizei n, GLuint *arrays)
static GLboolean loader_glIsVertexArrayAPPLE (GLuint array)
static void loader_glFlushVertexArrayRangeAPPLE (GLsizei length, GLvoid *pointer)
static void loader_glVertexArrayParameteriAPPLE (GLenum pname, GLint param)
static void loader_glVertexArrayRangeAPPLE (GLsizei length, GLvoid *pointer)
static void loader_glDisableVertexAttribAPPLE (GLuint index, GLenum pname)
static void loader_glEnableVertexAttribAPPLE (GLuint index, GLenum pname)
static GLboolean loader_glIsVertexAttribEnabledAPPLE (GLuint index, GLenum pname)
static void loader_glMapVertexAttrib1dAPPLE (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)
static void loader_glMapVertexAttrib1fAPPLE (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)
static void loader_glMapVertexAttrib2dAPPLE (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points)
static void loader_glMapVertexAttrib2fAPPLE (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points)
static void loader_glClearDepthf (GLclampf d)
static void loader_glDepthRangef (GLclampf n, GLclampf f)
static void loader_glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)
static void loader_glReleaseShaderCompiler (void)
static void loader_glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)
static void loader_glDrawArraysInstancedBaseInstance (GLenum mode, GLint first, GLsizei count, GLsizei primcount, GLuint baseinstance)
static void loader_glDrawElementsInstancedBaseInstance (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLuint baseinstance)
static void loader_glDrawElementsInstancedBaseVertexBaseInstance (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex, GLuint baseinstance)
static void loader_glBindFragDataLocationIndexed (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name)
static GLint loader_glGetFragDataIndex (GLuint program, const GLchar *name)
static GLsync loader_glCreateSyncFromCLeventARB (cl_context context, cl_event event, GLbitfield flags)
static void loader_glClearBufferData (GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data)
static void loader_glClearBufferSubData (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data)
static void loader_glClearNamedBufferDataEXT (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data)
static void loader_glClearNamedBufferSubDataEXT (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data)
static void loader_glClampColorARB (GLenum target, GLenum clamp)
static void loader_glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
static void loader_glDispatchComputeIndirect (GLintptr indirect)
static void loader_glCopyBufferSubData (GLenum readtarget, GLenum writetarget, GLintptr readoffset, GLintptr writeoffset, GLsizeiptr size)
static void loader_glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
static void loader_glDebugMessageCallbackARB (GLDEBUGPROCARB callback, const GLvoid *userParam)
static void loader_glDebugMessageControlARB (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)
static void loader_glDebugMessageInsertARB (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf)
static GLuint loader_glGetDebugMessageLogARB (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog)
static void loader_glDrawBuffersARB (GLsizei n, const GLenum *bufs)
static void loader_glBlendEquationSeparateiARB (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
static void loader_glBlendEquationiARB (GLuint buf, GLenum mode)
static void loader_glBlendFuncSeparateiARB (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
static void loader_glBlendFunciARB (GLuint buf, GLenum src, GLenum dst)
static void loader_glDrawElementsBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
static void loader_glDrawElementsInstancedBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex)
static void loader_glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
static void loader_glMultiDrawElementsBaseVertex (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei primcount, const GLint *basevertex)
static void loader_glDrawArraysIndirect (GLenum mode, const GLvoid *indirect)
static void loader_glDrawElementsIndirect (GLenum mode, GLenum type, const GLvoid *indirect)
static void loader_glDrawArraysInstancedARB (GLenum mode, GLint start, GLsizei count, GLsizei primcount)
static void loader_glDrawElementsInstancedARB (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
static void loader_glFramebufferParameteri (GLenum target, GLenum pname, GLint param)
static void loader_glGetFramebufferParameteriv (GLenum target, GLenum pname, GLint *params)
static void loader_glGetNamedFramebufferParameterivEXT (GLuint framebuffer, GLenum pname, GLint *params)
static void loader_glNamedFramebufferParameteriEXT (GLuint framebuffer, GLenum pname, GLint param)
static void loader_glBindFramebuffer (GLenum target, GLuint framebuffer)
static void loader_glBindRenderbuffer (GLenum target, GLuint renderbuffer)
static void loader_glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static GLenum loader_glCheckFramebufferStatus (GLenum target)
static void loader_glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers)
static void loader_glDeleteRenderbuffers (GLsizei n, const GLuint *renderbuffers)
static void loader_glFramebufferRenderbuffer (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
static void loader_glFramebufferTexture1D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void loader_glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void loader_glFramebufferTexture3D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint layer)
static void loader_glFramebufferTextureLayer (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
static void loader_glGenFramebuffers (GLsizei n, GLuint *framebuffers)
static void loader_glGenRenderbuffers (GLsizei n, GLuint *renderbuffers)
static void loader_glGenerateMipmap (GLenum target)
static void loader_glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment, GLenum pname, GLint *params)
static void loader_glGetRenderbufferParameteriv (GLenum target, GLenum pname, GLint *params)
static GLboolean loader_glIsFramebuffer (GLuint framebuffer)
static GLboolean loader_glIsRenderbuffer (GLuint renderbuffer)
static void loader_glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glRenderbufferStorageMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glFramebufferTextureARB (GLenum target, GLenum attachment, GLuint texture, GLint level)
static void loader_glFramebufferTextureFaceARB (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
static void loader_glFramebufferTextureLayerARB (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
static void loader_glProgramParameteriARB (GLuint program, GLenum pname, GLint value)
static void loader_glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary)
static void loader_glProgramBinary (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length)
static void loader_glProgramParameteri (GLuint program, GLenum pname, GLint value)
static void loader_glGetUniformdv (GLuint program, GLint location, GLdouble *params)
static void loader_glUniform1d (GLint location, GLdouble x)
static void loader_glUniform1dv (GLint location, GLsizei count, const GLdouble *value)
static void loader_glUniform2d (GLint location, GLdouble x, GLdouble y)
static void loader_glUniform2dv (GLint location, GLsizei count, const GLdouble *value)
static void loader_glUniform3d (GLint location, GLdouble x, GLdouble y, GLdouble z)
static void loader_glUniform3dv (GLint location, GLsizei count, const GLdouble *value)
static void loader_glUniform4d (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glUniform4dv (GLint location, GLsizei count, const GLdouble *value)
static void loader_glUniformMatrix2dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glUniformMatrix2x3dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glUniformMatrix2x4dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glUniformMatrix3dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glUniformMatrix3x2dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glUniformMatrix3x4dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glUniformMatrix4dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glUniformMatrix4x2dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glUniformMatrix4x3dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glColorSubTable (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data)
static void loader_glColorTable (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
static void loader_glColorTableParameterfv (GLenum target, GLenum pname, const GLfloat *params)
static void loader_glColorTableParameteriv (GLenum target, GLenum pname, const GLint *params)
static void loader_glConvolutionFilter1D (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)
static void loader_glConvolutionFilter2D (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image)
static void loader_glConvolutionParameterf (GLenum target, GLenum pname, GLfloat params)
static void loader_glConvolutionParameterfv (GLenum target, GLenum pname, const GLfloat *params)
static void loader_glConvolutionParameteri (GLenum target, GLenum pname, GLint params)
static void loader_glConvolutionParameteriv (GLenum target, GLenum pname, const GLint *params)
static void loader_glCopyColorSubTable (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
static void loader_glCopyColorTable (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
static void loader_glCopyConvolutionFilter1D (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
static void loader_glCopyConvolutionFilter2D (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glGetColorTable (GLenum target, GLenum format, GLenum type, GLvoid *table)
static void loader_glGetColorTableParameterfv (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetColorTableParameteriv (GLenum target, GLenum pname, GLint *params)
static void loader_glGetConvolutionFilter (GLenum target, GLenum format, GLenum type, GLvoid *image)
static void loader_glGetConvolutionParameterfv (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetConvolutionParameteriv (GLenum target, GLenum pname, GLint *params)
static void loader_glGetHistogram (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
static void loader_glGetHistogramParameterfv (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetHistogramParameteriv (GLenum target, GLenum pname, GLint *params)
static void loader_glGetMinmax (GLenum target, GLboolean reset, GLenum format, GLenum types, GLvoid *values)
static void loader_glGetMinmaxParameterfv (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetMinmaxParameteriv (GLenum target, GLenum pname, GLint *params)
static void loader_glGetSeparableFilter (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)
static void loader_glHistogram (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
static void loader_glMinmax (GLenum target, GLenum internalformat, GLboolean sink)
static void loader_glResetHistogram (GLenum target)
static void loader_glResetMinmax (GLenum target)
static void loader_glSeparableFilter2D (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
static void loader_glVertexAttribDivisorARB (GLuint index, GLuint divisor)
static void loader_glGetInternalformativ (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params)
static void loader_glGetInternalformati64v (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params)
static void loader_glInvalidateBufferData (GLuint buffer)
static void loader_glInvalidateBufferSubData (GLuint buffer, GLintptr offset, GLsizeiptr length)
static void loader_glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments)
static void loader_glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glInvalidateTexImage (GLuint texture, GLint level)
static void loader_glInvalidateTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
static void loader_glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr length)
static GLvoidloader_glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
static void loader_glCurrentPaletteMatrixARB (GLint index)
static void loader_glMatrixIndexPointerARB (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glMatrixIndexubvARB (GLint size, const GLubyte *indices)
static void loader_glMatrixIndexuivARB (GLint size, const GLuint *indices)
static void loader_glMatrixIndexusvARB (GLint size, const GLushort *indices)
static void loader_glMultiDrawArraysIndirect (GLenum mode, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
static void loader_glMultiDrawElementsIndirect (GLenum mode, GLenum type, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
static void loader_glSampleCoverageARB (GLclampf value, GLboolean invert)
static void loader_glActiveTextureARB (GLenum texture)
static void loader_glClientActiveTextureARB (GLenum texture)
static void loader_glMultiTexCoord1dARB (GLenum target, GLdouble s)
static void loader_glMultiTexCoord1dvARB (GLenum target, const GLdouble *v)
static void loader_glMultiTexCoord1fARB (GLenum target, GLfloat s)
static void loader_glMultiTexCoord1fvARB (GLenum target, const GLfloat *v)
static void loader_glMultiTexCoord1iARB (GLenum target, GLint s)
static void loader_glMultiTexCoord1ivARB (GLenum target, const GLint *v)
static void loader_glMultiTexCoord1sARB (GLenum target, GLshort s)
static void loader_glMultiTexCoord1svARB (GLenum target, const GLshort *v)
static void loader_glMultiTexCoord2dARB (GLenum target, GLdouble s, GLdouble t)
static void loader_glMultiTexCoord2dvARB (GLenum target, const GLdouble *v)
static void loader_glMultiTexCoord2fARB (GLenum target, GLfloat s, GLfloat t)
static void loader_glMultiTexCoord2fvARB (GLenum target, const GLfloat *v)
static void loader_glMultiTexCoord2iARB (GLenum target, GLint s, GLint t)
static void loader_glMultiTexCoord2ivARB (GLenum target, const GLint *v)
static void loader_glMultiTexCoord2sARB (GLenum target, GLshort s, GLshort t)
static void loader_glMultiTexCoord2svARB (GLenum target, const GLshort *v)
static void loader_glMultiTexCoord3dARB (GLenum target, GLdouble s, GLdouble t, GLdouble r)
static void loader_glMultiTexCoord3dvARB (GLenum target, const GLdouble *v)
static void loader_glMultiTexCoord3fARB (GLenum target, GLfloat s, GLfloat t, GLfloat r)
static void loader_glMultiTexCoord3fvARB (GLenum target, const GLfloat *v)
static void loader_glMultiTexCoord3iARB (GLenum target, GLint s, GLint t, GLint r)
static void loader_glMultiTexCoord3ivARB (GLenum target, const GLint *v)
static void loader_glMultiTexCoord3sARB (GLenum target, GLshort s, GLshort t, GLshort r)
static void loader_glMultiTexCoord3svARB (GLenum target, const GLshort *v)
static void loader_glMultiTexCoord4dARB (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
static void loader_glMultiTexCoord4dvARB (GLenum target, const GLdouble *v)
static void loader_glMultiTexCoord4fARB (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
static void loader_glMultiTexCoord4fvARB (GLenum target, const GLfloat *v)
static void loader_glMultiTexCoord4iARB (GLenum target, GLint s, GLint t, GLint r, GLint q)
static void loader_glMultiTexCoord4ivARB (GLenum target, const GLint *v)
static void loader_glMultiTexCoord4sARB (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
static void loader_glMultiTexCoord4svARB (GLenum target, const GLshort *v)
static void loader_glBeginQueryARB (GLenum target, GLuint id)
static void loader_glDeleteQueriesARB (GLsizei n, const GLuint *ids)
static void loader_glEndQueryARB (GLenum target)
static void loader_glGenQueriesARB (GLsizei n, GLuint *ids)
static void loader_glGetQueryObjectivARB (GLuint id, GLenum pname, GLint *params)
static void loader_glGetQueryObjectuivARB (GLuint id, GLenum pname, GLuint *params)
static void loader_glGetQueryivARB (GLenum target, GLenum pname, GLint *params)
static GLboolean loader_glIsQueryARB (GLuint id)
static void loader_glPointParameterfARB (GLenum pname, GLfloat param)
static void loader_glPointParameterfvARB (GLenum pname, const GLfloat *params)
static void loader_glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname, GLint *params)
static GLuint loader_glGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *name)
static GLint loader_glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name)
static GLint loader_glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLchar *name)
static void loader_glGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name)
static void loader_glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params)
static void loader_glProvokingVertex (GLenum mode)
static GLenum loader_glGetGraphicsResetStatusARB (void)
static void loader_glGetnColorTableARB (GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table)
static void loader_glGetnCompressedTexImageARB (GLenum target, GLint lod, GLsizei bufSize, GLvoid *img)
static void loader_glGetnConvolutionFilterARB (GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image)
static void loader_glGetnHistogramARB (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
static void loader_glGetnMapdvARB (GLenum target, GLenum query, GLsizei bufSize, GLdouble *v)
static void loader_glGetnMapfvARB (GLenum target, GLenum query, GLsizei bufSize, GLfloat *v)
static void loader_glGetnMapivARB (GLenum target, GLenum query, GLsizei bufSize, GLint *v)
static void loader_glGetnMinmaxARB (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
static void loader_glGetnPixelMapfvARB (GLenum map, GLsizei bufSize, GLfloat *values)
static void loader_glGetnPixelMapuivARB (GLenum map, GLsizei bufSize, GLuint *values)
static void loader_glGetnPixelMapusvARB (GLenum map, GLsizei bufSize, GLushort *values)
static void loader_glGetnPolygonStippleARB (GLsizei bufSize, GLubyte *pattern)
static void loader_glGetnSeparableFilterARB (GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span)
static void loader_glGetnTexImageARB (GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img)
static void loader_glGetnUniformdvARB (GLuint program, GLint location, GLsizei bufSize, GLdouble *params)
static void loader_glGetnUniformfvARB (GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
static void loader_glGetnUniformivARB (GLuint program, GLint location, GLsizei bufSize, GLint *params)
static void loader_glGetnUniformuivARB (GLuint program, GLint location, GLsizei bufSize, GLuint *params)
static void loader_glReadnPixelsARB (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data)
static void loader_glMinSampleShading (GLclampf value)
static void loader_glMinSampleShadingARB (GLclampf value)
static void loader_glBindSampler (GLuint unit, GLuint sampler)
static void loader_glDeleteSamplers (GLsizei count, const GLuint *samplers)
static void loader_glGenSamplers (GLsizei count, GLuint *samplers)
static void loader_glGetSamplerParameterIiv (GLuint sampler, GLenum pname, GLint *params)
static void loader_glGetSamplerParameterIuiv (GLuint sampler, GLenum pname, GLuint *params)
static void loader_glGetSamplerParameterfv (GLuint sampler, GLenum pname, GLfloat *params)
static void loader_glGetSamplerParameteriv (GLuint sampler, GLenum pname, GLint *params)
static GLboolean loader_glIsSampler (GLuint sampler)
static void loader_glSamplerParameterIiv (GLuint sampler, GLenum pname, const GLint *params)
static void loader_glSamplerParameterIuiv (GLuint sampler, GLenum pname, const GLuint *params)
static void loader_glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param)
static void loader_glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *params)
static void loader_glSamplerParameteri (GLuint sampler, GLenum pname, GLint param)
static void loader_glSamplerParameteriv (GLuint sampler, GLenum pname, const GLint *params)
static void loader_glActiveShaderProgram (GLuint pipeline, GLuint program)
static void loader_glBindProgramPipeline (GLuint pipeline)
static GLuint loader_glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *const *strings)
static void loader_glDeleteProgramPipelines (GLsizei n, const GLuint *pipelines)
static void loader_glGenProgramPipelines (GLsizei n, GLuint *pipelines)
static void loader_glGetProgramPipelineInfoLog (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
static void loader_glGetProgramPipelineiv (GLuint pipeline, GLenum pname, GLint *params)
static GLboolean loader_glIsProgramPipeline (GLuint pipeline)
static void loader_glProgramUniform1d (GLuint program, GLint location, GLdouble x)
static void loader_glProgramUniform1dv (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void loader_glProgramUniform1f (GLuint program, GLint location, GLfloat x)
static void loader_glProgramUniform1fv (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void loader_glProgramUniform1i (GLuint program, GLint location, GLint x)
static void loader_glProgramUniform1iv (GLuint program, GLint location, GLsizei count, const GLint *value)
static void loader_glProgramUniform1ui (GLuint program, GLint location, GLuint v0)
static void loader_glProgramUniform1uiv (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void loader_glProgramUniform2d (GLuint program, GLint location, GLdouble x, GLdouble y)
static void loader_glProgramUniform2dv (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void loader_glProgramUniform2f (GLuint program, GLint location, GLfloat x, GLfloat y)
static void loader_glProgramUniform2fv (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void loader_glProgramUniform2i (GLuint program, GLint location, GLint x, GLint y)
static void loader_glProgramUniform2iv (GLuint program, GLint location, GLsizei count, const GLint *value)
static void loader_glProgramUniform2ui (GLuint program, GLint location, GLuint x, GLuint y)
static void loader_glProgramUniform2uiv (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void loader_glProgramUniform3d (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z)
static void loader_glProgramUniform3dv (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void loader_glProgramUniform3f (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z)
static void loader_glProgramUniform3fv (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void loader_glProgramUniform3i (GLuint program, GLint location, GLint x, GLint y, GLint z)
static void loader_glProgramUniform3iv (GLuint program, GLint location, GLsizei count, const GLint *value)
static void loader_glProgramUniform3ui (GLuint program, GLint location, GLuint x, GLuint y, GLuint z)
static void loader_glProgramUniform3uiv (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void loader_glProgramUniform4d (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glProgramUniform4dv (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void loader_glProgramUniform4f (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glProgramUniform4fv (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void loader_glProgramUniform4i (GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w)
static void loader_glProgramUniform4iv (GLuint program, GLint location, GLsizei count, const GLint *value)
static void loader_glProgramUniform4ui (GLuint program, GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
static void loader_glProgramUniform4uiv (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void loader_glProgramUniformMatrix2dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix2x3dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix2x3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix2x4dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix2x4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix3dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix3x2dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix3x2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix3x4dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix3x4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix4dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix4x2dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix4x2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix4x3dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix4x3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program)
static void loader_glValidateProgramPipeline (GLuint pipeline)
static void loader_glGetActiveAtomicCounterBufferiv (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params)
static void loader_glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
static void loader_glMemoryBarrier (GLbitfield barriers)
static void loader_glAttachObjectARB (GLhandleARB containerObj, GLhandleARB obj)
static void loader_glCompileShaderARB (GLhandleARB shaderObj)
static GLhandleARB loader_glCreateProgramObjectARB (void)
static GLhandleARB loader_glCreateShaderObjectARB (GLenum shaderType)
static void loader_glDeleteObjectARB (GLhandleARB obj)
static void loader_glDetachObjectARB (GLhandleARB containerObj, GLhandleARB attachedObj)
static void loader_glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
static void loader_glGetAttachedObjectsARB (GLhandleARB containerObj, GLsizei maxCount, GLsizei *count, GLhandleARB *obj)
static GLhandleARB loader_glGetHandleARB (GLenum pname)
static void loader_glGetInfoLogARB (GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog)
static void loader_glGetObjectParameterfvARB (GLhandleARB obj, GLenum pname, GLfloat *params)
static void loader_glGetObjectParameterivARB (GLhandleARB obj, GLenum pname, GLint *params)
static void loader_glGetShaderSourceARB (GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *source)
static GLint loader_glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name)
static void loader_glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params)
static void loader_glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params)
static void loader_glLinkProgramARB (GLhandleARB programObj)
static void loader_glShaderSourceARB (GLhandleARB shaderObj, GLsizei count, const GLcharARB **string, const GLint *length)
static void loader_glUniform1fARB (GLint location, GLfloat v0)
static void loader_glUniform1fvARB (GLint location, GLsizei count, const GLfloat *value)
static void loader_glUniform1iARB (GLint location, GLint v0)
static void loader_glUniform1ivARB (GLint location, GLsizei count, const GLint *value)
static void loader_glUniform2fARB (GLint location, GLfloat v0, GLfloat v1)
static void loader_glUniform2fvARB (GLint location, GLsizei count, const GLfloat *value)
static void loader_glUniform2iARB (GLint location, GLint v0, GLint v1)
static void loader_glUniform2ivARB (GLint location, GLsizei count, const GLint *value)
static void loader_glUniform3fARB (GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
static void loader_glUniform3fvARB (GLint location, GLsizei count, const GLfloat *value)
static void loader_glUniform3iARB (GLint location, GLint v0, GLint v1, GLint v2)
static void loader_glUniform3ivARB (GLint location, GLsizei count, const GLint *value)
static void loader_glUniform4fARB (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
static void loader_glUniform4fvARB (GLint location, GLsizei count, const GLfloat *value)
static void loader_glUniform4iARB (GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
static void loader_glUniform4ivARB (GLint location, GLsizei count, const GLint *value)
static void loader_glUniformMatrix2fvARB (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUniformMatrix3fvARB (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUniformMatrix4fvARB (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glUseProgramObjectARB (GLhandleARB programObj)
static void loader_glValidateProgramARB (GLhandleARB programObj)
static void loader_glShaderStorageBlockBinding (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)
static void loader_glGetActiveSubroutineName (GLuint program, GLenum shaderType, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name)
static void loader_glGetActiveSubroutineUniformName (GLuint program, GLenum shaderType, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name)
static void loader_glGetActiveSubroutineUniformiv (GLuint program, GLenum shaderType, GLuint index, GLenum pname, GLint *values)
static void loader_glGetProgramStageiv (GLuint program, GLenum shaderType, GLenum pname, GLint *values)
static void loader_glGetProgramSubroutineParameteruivNV (GLenum target, GLuint index, GLuint *params)
static GLuint loader_glGetSubroutineIndex (GLuint program, GLenum shaderType, const GLchar *name)
static GLint loader_glGetSubroutineUniformLocation (GLuint program, GLenum shaderType, const GLchar *name)
static void loader_glGetUniformSubroutineuiv (GLenum shaderType, GLint location, GLuint *params)
static void loader_glProgramSubroutineParametersuivNV (GLenum target, GLsizei count, const GLuint *params)
static void loader_glUniformSubroutinesuiv (GLenum shaderType, GLsizei count, const GLuint *indices)
static void loader_glCompileShaderIncludeARB (GLuint shader, GLsizei count, const GLchar **path, const GLint *length)
static void loader_glDeleteNamedStringARB (GLint namelen, const GLchar *name)
static void loader_glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string)
static void loader_glGetNamedStringivARB (GLint namelen, const GLchar *name, GLenum pname, GLint *params)
static GLboolean loader_glIsNamedStringARB (GLint namelen, const GLchar *name)
static void loader_glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string)
static GLenum loader_glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout)
static void loader_glDeleteSync (GLsync sync)
static GLsync loader_glFenceSync (GLenum condition, GLbitfield flags)
static void loader_glGetInteger64v (GLenum pname, GLint64 *params)
static void loader_glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)
static GLboolean loader_glIsSync (GLsync sync)
static void loader_glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout)
static void loader_glPatchParameterfv (GLenum pname, const GLfloat *values)
static void loader_glPatchParameteri (GLenum pname, GLint value)
static void loader_glTexBufferARB (GLenum target, GLenum internalformat, GLuint buffer)
static void loader_glTexBufferRange (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
static void loader_glTextureBufferRangeEXT (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
static void loader_glCompressedTexImage1DARB (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTexImage2DARB (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTexImage3DARB (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTexSubImage1DARB (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTexSubImage2DARB (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTexSubImage3DARB (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)
static void loader_glGetCompressedTexImageARB (GLenum target, GLint lod, GLvoid *img)
static void loader_glGetMultisamplefv (GLenum pname, GLuint index, GLfloat *val)
static void loader_glSampleMaski (GLuint index, GLbitfield mask)
static void loader_glTexImage2DMultisample (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
static void loader_glTexImage3DMultisample (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
static void loader_glTexStorage1D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
static void loader_glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
static void loader_glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
static void loader_glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
static void loader_glTexStorage2DMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
static void loader_glTexStorage3DMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
static void loader_glTextureStorage2DMultisampleEXT (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
static void loader_glTextureStorage3DMultisampleEXT (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
static void loader_glTextureView (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
static void loader_glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64 *params)
static void loader_glGetQueryObjectui64v (GLuint id, GLenum pname, GLuint64 *params)
static void loader_glQueryCounter (GLuint id, GLenum target)
static void loader_glBindTransformFeedback (GLenum target, GLuint id)
static void loader_glDeleteTransformFeedbacks (GLsizei n, const GLuint *ids)
static void loader_glDrawTransformFeedback (GLenum mode, GLuint name)
static void loader_glGenTransformFeedbacks (GLsizei n, GLuint *ids)
static GLboolean loader_glIsTransformFeedback (GLuint id)
static void loader_glPauseTransformFeedback (void)
static void loader_glResumeTransformFeedback (void)
static void loader_glBeginQueryIndexed (GLenum target, GLuint index, GLuint id)
static void loader_glDrawTransformFeedbackStream (GLenum mode, GLuint id, GLuint stream)
static void loader_glEndQueryIndexed (GLenum target, GLuint index)
static void loader_glGetQueryIndexediv (GLenum target, GLuint index, GLenum pname, GLint *params)
static void loader_glDrawTransformFeedbackInstanced (GLenum mode, GLuint id, GLsizei primcount)
static void loader_glDrawTransformFeedbackStreamInstanced (GLenum mode, GLuint id, GLuint stream, GLsizei primcount)
static void loader_glLoadTransposeMatrixdARB (const GLdouble *m)
static void loader_glLoadTransposeMatrixfARB (const GLfloat *m)
static void loader_glMultTransposeMatrixdARB (const GLdouble *m)
static void loader_glMultTransposeMatrixfARB (const GLfloat *m)
static void loader_glBindBufferBase (GLenum target, GLuint index, GLuint buffer)
static void loader_glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
static void loader_glGetActiveUniformBlockName (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName)
static void loader_glGetActiveUniformBlockiv (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params)
static void loader_glGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName)
static void loader_glGetActiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params)
static void loader_glGetIntegeri_v (GLenum target, GLuint index, GLint *data)
static GLuint loader_glGetUniformBlockIndex (GLuint program, const GLchar *uniformBlockName)
static void loader_glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices)
static void loader_glUniformBlockBinding (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
static void loader_glBindVertexArray (GLuint array)
static void loader_glDeleteVertexArrays (GLsizei n, const GLuint *arrays)
static void loader_glGenVertexArrays (GLsizei n, GLuint *arrays)
static GLboolean loader_glIsVertexArray (GLuint array)
static void loader_glGetVertexAttribLdv (GLuint index, GLenum pname, GLdouble *params)
static void loader_glVertexAttribL1d (GLuint index, GLdouble x)
static void loader_glVertexAttribL1dv (GLuint index, const GLdouble *v)
static void loader_glVertexAttribL2d (GLuint index, GLdouble x, GLdouble y)
static void loader_glVertexAttribL2dv (GLuint index, const GLdouble *v)
static void loader_glVertexAttribL3d (GLuint index, GLdouble x, GLdouble y, GLdouble z)
static void loader_glVertexAttribL3dv (GLuint index, const GLdouble *v)
static void loader_glVertexAttribL4d (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glVertexAttribL4dv (GLuint index, const GLdouble *v)
static void loader_glVertexAttribLPointer (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
static void loader_glVertexAttribBinding (GLuint attribindex, GLuint bindingindex)
static void loader_glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
static void loader_glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
static void loader_glVertexAttribLFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
static void loader_glVertexBindingDivisor (GLuint bindingindex, GLuint divisor)
static void loader_glVertexBlendARB (GLint count)
static void loader_glWeightPointerARB (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glWeightbvARB (GLint size, const GLbyte *weights)
static void loader_glWeightdvARB (GLint size, const GLdouble *weights)
static void loader_glWeightfvARB (GLint size, const GLfloat *weights)
static void loader_glWeightivARB (GLint size, const GLint *weights)
static void loader_glWeightsvARB (GLint size, const GLshort *weights)
static void loader_glWeightubvARB (GLint size, const GLubyte *weights)
static void loader_glWeightuivARB (GLint size, const GLuint *weights)
static void loader_glWeightusvARB (GLint size, const GLushort *weights)
static void loader_glBindBufferARB (GLenum target, GLuint buffer)
static void loader_glBufferDataARB (GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage)
static void loader_glBufferSubDataARB (GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data)
static void loader_glDeleteBuffersARB (GLsizei n, const GLuint *buffers)
static void loader_glGenBuffersARB (GLsizei n, GLuint *buffers)
static void loader_glGetBufferParameterivARB (GLenum target, GLenum pname, GLint *params)
static void loader_glGetBufferPointervARB (GLenum target, GLenum pname, GLvoid **params)
static void loader_glGetBufferSubDataARB (GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data)
static GLboolean loader_glIsBufferARB (GLuint buffer)
static GLvoidloader_glMapBufferARB (GLenum target, GLenum access)
static GLboolean loader_glUnmapBufferARB (GLenum target)
static void loader_glBindProgramARB (GLenum target, GLuint program)
static void loader_glDeleteProgramsARB (GLsizei n, const GLuint *programs)
static void loader_glDisableVertexAttribArrayARB (GLuint index)
static void loader_glEnableVertexAttribArrayARB (GLuint index)
static void loader_glGenProgramsARB (GLsizei n, GLuint *programs)
static void loader_glGetProgramEnvParameterdvARB (GLenum target, GLuint index, GLdouble *params)
static void loader_glGetProgramEnvParameterfvARB (GLenum target, GLuint index, GLfloat *params)
static void loader_glGetProgramLocalParameterdvARB (GLenum target, GLuint index, GLdouble *params)
static void loader_glGetProgramLocalParameterfvARB (GLenum target, GLuint index, GLfloat *params)
static void loader_glGetProgramStringARB (GLenum target, GLenum pname, GLvoid *string)
static void loader_glGetProgramivARB (GLenum target, GLenum pname, GLint *params)
static void loader_glGetVertexAttribPointervARB (GLuint index, GLenum pname, GLvoid **pointer)
static void loader_glGetVertexAttribdvARB (GLuint index, GLenum pname, GLdouble *params)
static void loader_glGetVertexAttribfvARB (GLuint index, GLenum pname, GLfloat *params)
static void loader_glGetVertexAttribivARB (GLuint index, GLenum pname, GLint *params)
static GLboolean loader_glIsProgramARB (GLuint program)
static void loader_glProgramEnvParameter4dARB (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glProgramEnvParameter4dvARB (GLenum target, GLuint index, const GLdouble *params)
static void loader_glProgramEnvParameter4fARB (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glProgramEnvParameter4fvARB (GLenum target, GLuint index, const GLfloat *params)
static void loader_glProgramLocalParameter4dARB (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glProgramLocalParameter4dvARB (GLenum target, GLuint index, const GLdouble *params)
static void loader_glProgramLocalParameter4fARB (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glProgramLocalParameter4fvARB (GLenum target, GLuint index, const GLfloat *params)
static void loader_glProgramStringARB (GLenum target, GLenum format, GLsizei len, const GLvoid *string)
static void loader_glVertexAttrib1dARB (GLuint index, GLdouble x)
static void loader_glVertexAttrib1dvARB (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib1fARB (GLuint index, GLfloat x)
static void loader_glVertexAttrib1fvARB (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib1sARB (GLuint index, GLshort x)
static void loader_glVertexAttrib1svARB (GLuint index, const GLshort *v)
static void loader_glVertexAttrib2dARB (GLuint index, GLdouble x, GLdouble y)
static void loader_glVertexAttrib2dvARB (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib2fARB (GLuint index, GLfloat x, GLfloat y)
static void loader_glVertexAttrib2fvARB (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib2sARB (GLuint index, GLshort x, GLshort y)
static void loader_glVertexAttrib2svARB (GLuint index, const GLshort *v)
static void loader_glVertexAttrib3dARB (GLuint index, GLdouble x, GLdouble y, GLdouble z)
static void loader_glVertexAttrib3dvARB (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib3fARB (GLuint index, GLfloat x, GLfloat y, GLfloat z)
static void loader_glVertexAttrib3fvARB (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib3sARB (GLuint index, GLshort x, GLshort y, GLshort z)
static void loader_glVertexAttrib3svARB (GLuint index, const GLshort *v)
static void loader_glVertexAttrib4NbvARB (GLuint index, const GLbyte *v)
static void loader_glVertexAttrib4NivARB (GLuint index, const GLint *v)
static void loader_glVertexAttrib4NsvARB (GLuint index, const GLshort *v)
static void loader_glVertexAttrib4NubARB (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
static void loader_glVertexAttrib4NubvARB (GLuint index, const GLubyte *v)
static void loader_glVertexAttrib4NuivARB (GLuint index, const GLuint *v)
static void loader_glVertexAttrib4NusvARB (GLuint index, const GLushort *v)
static void loader_glVertexAttrib4bvARB (GLuint index, const GLbyte *v)
static void loader_glVertexAttrib4dARB (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glVertexAttrib4dvARB (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib4fARB (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glVertexAttrib4fvARB (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib4ivARB (GLuint index, const GLint *v)
static void loader_glVertexAttrib4sARB (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
static void loader_glVertexAttrib4svARB (GLuint index, const GLshort *v)
static void loader_glVertexAttrib4ubvARB (GLuint index, const GLubyte *v)
static void loader_glVertexAttrib4uivARB (GLuint index, const GLuint *v)
static void loader_glVertexAttrib4usvARB (GLuint index, const GLushort *v)
static void loader_glVertexAttribPointerARB (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
static void loader_glBindAttribLocationARB (GLhandleARB programObj, GLuint index, const GLcharARB *name)
static void loader_glGetActiveAttribARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
static GLint loader_glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB *name)
static void loader_glColorP3ui (GLenum type, GLuint color)
static void loader_glColorP3uiv (GLenum type, const GLuint *color)
static void loader_glColorP4ui (GLenum type, GLuint color)
static void loader_glColorP4uiv (GLenum type, const GLuint *color)
static void loader_glMultiTexCoordP1ui (GLenum texture, GLenum type, GLuint coords)
static void loader_glMultiTexCoordP1uiv (GLenum texture, GLenum type, const GLuint *coords)
static void loader_glMultiTexCoordP2ui (GLenum texture, GLenum type, GLuint coords)
static void loader_glMultiTexCoordP2uiv (GLenum texture, GLenum type, const GLuint *coords)
static void loader_glMultiTexCoordP3ui (GLenum texture, GLenum type, GLuint coords)
static void loader_glMultiTexCoordP3uiv (GLenum texture, GLenum type, const GLuint *coords)
static void loader_glMultiTexCoordP4ui (GLenum texture, GLenum type, GLuint coords)
static void loader_glMultiTexCoordP4uiv (GLenum texture, GLenum type, const GLuint *coords)
static void loader_glNormalP3ui (GLenum type, GLuint coords)
static void loader_glNormalP3uiv (GLenum type, const GLuint *coords)
static void loader_glSecondaryColorP3ui (GLenum type, GLuint color)
static void loader_glSecondaryColorP3uiv (GLenum type, const GLuint *color)
static void loader_glTexCoordP1ui (GLenum type, GLuint coords)
static void loader_glTexCoordP1uiv (GLenum type, const GLuint *coords)
static void loader_glTexCoordP2ui (GLenum type, GLuint coords)
static void loader_glTexCoordP2uiv (GLenum type, const GLuint *coords)
static void loader_glTexCoordP3ui (GLenum type, GLuint coords)
static void loader_glTexCoordP3uiv (GLenum type, const GLuint *coords)
static void loader_glTexCoordP4ui (GLenum type, GLuint coords)
static void loader_glTexCoordP4uiv (GLenum type, const GLuint *coords)
static void loader_glVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
static void loader_glVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
static void loader_glVertexAttribP2ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
static void loader_glVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
static void loader_glVertexAttribP3ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
static void loader_glVertexAttribP3uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
static void loader_glVertexAttribP4ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
static void loader_glVertexAttribP4uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
static void loader_glVertexP2ui (GLenum type, GLuint coords)
static void loader_glVertexP2uiv (GLenum type, const GLuint *coords)
static void loader_glVertexP3ui (GLenum type, GLuint coords)
static void loader_glVertexP3uiv (GLenum type, const GLuint *coords)
static void loader_glVertexP4ui (GLenum type, GLuint coords)
static void loader_glVertexP4uiv (GLenum type, const GLuint *coords)
static void loader_glDepthRangeArrayv (GLuint first, GLsizei count, const GLclampd *v)
static void loader_glDepthRangeIndexed (GLuint index, GLclampd n, GLclampd f)
static void loader_glGetDoublei_v (GLenum target, GLuint index, GLdouble *v)
static void loader_glGetFloati_v (GLenum target, GLuint index, GLfloat *v)
static void loader_glScissorArrayv (GLuint first, GLsizei count, const GLint *v)
static void loader_glScissorIndexed (GLuint index, GLint left, GLint bottom, GLint width, GLint height)
static void loader_glScissorIndexedv (GLuint index, const GLint *v)
static void loader_glViewportArrayv (GLuint first, GLsizei count, const GLfloat *v)
static void loader_glViewportIndexedf (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
static void loader_glViewportIndexedfv (GLuint index, const GLfloat *v)
static void loader_glWindowPos2dARB (GLdouble x, GLdouble y)
static void loader_glWindowPos2dvARB (const GLdouble *p)
static void loader_glWindowPos2fARB (GLfloat x, GLfloat y)
static void loader_glWindowPos2fvARB (const GLfloat *p)
static void loader_glWindowPos2iARB (GLint x, GLint y)
static void loader_glWindowPos2ivARB (const GLint *p)
static void loader_glWindowPos2sARB (GLshort x, GLshort y)
static void loader_glWindowPos2svARB (const GLshort *p)
static void loader_glWindowPos3dARB (GLdouble x, GLdouble y, GLdouble z)
static void loader_glWindowPos3dvARB (const GLdouble *p)
static void loader_glWindowPos3fARB (GLfloat x, GLfloat y, GLfloat z)
static void loader_glWindowPos3fvARB (const GLfloat *p)
static void loader_glWindowPos3iARB (GLint x, GLint y, GLint z)
static void loader_glWindowPos3ivARB (const GLint *p)
static void loader_glWindowPos3sARB (GLshort x, GLshort y, GLshort z)
static void loader_glWindowPos3svARB (const GLshort *p)
static void loader_glDrawBuffersATI (GLsizei n, const GLenum *bufs)
static void loader_glDrawElementArrayATI (GLenum mode, GLsizei count)
static void loader_glDrawRangeElementArrayATI (GLenum mode, GLuint start, GLuint end, GLsizei count)
static void loader_glElementPointerATI (GLenum type, const GLvoid *pointer)
static void loader_glGetTexBumpParameterfvATI (GLenum pname, GLfloat *param)
static void loader_glGetTexBumpParameterivATI (GLenum pname, GLint *param)
static void loader_glTexBumpParameterfvATI (GLenum pname, const GLfloat *param)
static void loader_glTexBumpParameterivATI (GLenum pname, const GLint *param)
static void loader_glAlphaFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
static void loader_glAlphaFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
static void loader_glAlphaFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)
static void loader_glBeginFragmentShaderATI (void)
static void loader_glBindFragmentShaderATI (GLuint id)
static void loader_glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
static void loader_glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
static void loader_glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)
static void loader_glDeleteFragmentShaderATI (GLuint id)
static void loader_glEndFragmentShaderATI (void)
static GLuint loader_glGenFragmentShadersATI (GLuint range)
static void loader_glPassTexCoordATI (GLuint dst, GLuint coord, GLenum swizzle)
static void loader_glSampleMapATI (GLuint dst, GLuint interp, GLenum swizzle)
static void loader_glSetFragmentShaderConstantATI (GLuint dst, const GLfloat *value)
static GLvoidloader_glMapObjectBufferATI (GLuint buffer)
static void loader_glUnmapObjectBufferATI (GLuint buffer)
static void loader_glPNTrianglesfATI (GLenum pname, GLfloat param)
static void loader_glPNTrianglesiATI (GLenum pname, GLint param)
static void loader_glStencilFuncSeparateATI (GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask)
static void loader_glStencilOpSeparateATI (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
static void loader_glArrayObjectATI (GLenum array, GLint size, GLenum type, GLsizei stride, GLuint buffer, GLuint offset)
static void loader_glFreeObjectBufferATI (GLuint buffer)
static void loader_glGetArrayObjectfvATI (GLenum array, GLenum pname, GLfloat *params)
static void loader_glGetArrayObjectivATI (GLenum array, GLenum pname, GLint *params)
static void loader_glGetObjectBufferfvATI (GLuint buffer, GLenum pname, GLfloat *params)
static void loader_glGetObjectBufferivATI (GLuint buffer, GLenum pname, GLint *params)
static void loader_glGetVariantArrayObjectfvATI (GLuint id, GLenum pname, GLfloat *params)
static void loader_glGetVariantArrayObjectivATI (GLuint id, GLenum pname, GLint *params)
static GLboolean loader_glIsObjectBufferATI (GLuint buffer)
static GLuint loader_glNewObjectBufferATI (GLsizei size, const GLvoid *pointer, GLenum usage)
static void loader_glUpdateObjectBufferATI (GLuint buffer, GLuint offset, GLsizei size, const GLvoid *pointer, GLenum preserve)
static void loader_glVariantArrayObjectATI (GLuint id, GLenum type, GLsizei stride, GLuint buffer, GLuint offset)
static void loader_glGetVertexAttribArrayObjectfvATI (GLuint index, GLenum pname, GLfloat *params)
static void loader_glGetVertexAttribArrayObjectivATI (GLuint index, GLenum pname, GLint *params)
static void loader_glVertexAttribArrayObjectATI (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint buffer, GLuint offset)
static void loader_glClientActiveVertexStreamATI (GLenum stream)
static void loader_glNormalStream3bATI (GLenum stream, GLbyte x, GLbyte y, GLbyte z)
static void loader_glNormalStream3bvATI (GLenum stream, const GLbyte *coords)
static void loader_glNormalStream3dATI (GLenum stream, GLdouble x, GLdouble y, GLdouble z)
static void loader_glNormalStream3dvATI (GLenum stream, const GLdouble *coords)
static void loader_glNormalStream3fATI (GLenum stream, GLfloat x, GLfloat y, GLfloat z)
static void loader_glNormalStream3fvATI (GLenum stream, const GLfloat *coords)
static void loader_glNormalStream3iATI (GLenum stream, GLint x, GLint y, GLint z)
static void loader_glNormalStream3ivATI (GLenum stream, const GLint *coords)
static void loader_glNormalStream3sATI (GLenum stream, GLshort x, GLshort y, GLshort z)
static void loader_glNormalStream3svATI (GLenum stream, const GLshort *coords)
static void loader_glVertexBlendEnvfATI (GLenum pname, GLfloat param)
static void loader_glVertexBlendEnviATI (GLenum pname, GLint param)
static void loader_glVertexStream1dATI (GLenum stream, GLdouble x)
static void loader_glVertexStream1dvATI (GLenum stream, const GLdouble *coords)
static void loader_glVertexStream1fATI (GLenum stream, GLfloat x)
static void loader_glVertexStream1fvATI (GLenum stream, const GLfloat *coords)
static void loader_glVertexStream1iATI (GLenum stream, GLint x)
static void loader_glVertexStream1ivATI (GLenum stream, const GLint *coords)
static void loader_glVertexStream1sATI (GLenum stream, GLshort x)
static void loader_glVertexStream1svATI (GLenum stream, const GLshort *coords)
static void loader_glVertexStream2dATI (GLenum stream, GLdouble x, GLdouble y)
static void loader_glVertexStream2dvATI (GLenum stream, const GLdouble *coords)
static void loader_glVertexStream2fATI (GLenum stream, GLfloat x, GLfloat y)
static void loader_glVertexStream2fvATI (GLenum stream, const GLfloat *coords)
static void loader_glVertexStream2iATI (GLenum stream, GLint x, GLint y)
static void loader_glVertexStream2ivATI (GLenum stream, const GLint *coords)
static void loader_glVertexStream2sATI (GLenum stream, GLshort x, GLshort y)
static void loader_glVertexStream2svATI (GLenum stream, const GLshort *coords)
static void loader_glVertexStream3dATI (GLenum stream, GLdouble x, GLdouble y, GLdouble z)
static void loader_glVertexStream3dvATI (GLenum stream, const GLdouble *coords)
static void loader_glVertexStream3fATI (GLenum stream, GLfloat x, GLfloat y, GLfloat z)
static void loader_glVertexStream3fvATI (GLenum stream, const GLfloat *coords)
static void loader_glVertexStream3iATI (GLenum stream, GLint x, GLint y, GLint z)
static void loader_glVertexStream3ivATI (GLenum stream, const GLint *coords)
static void loader_glVertexStream3sATI (GLenum stream, GLshort x, GLshort y, GLshort z)
static void loader_glVertexStream3svATI (GLenum stream, const GLshort *coords)
static void loader_glVertexStream4dATI (GLenum stream, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glVertexStream4dvATI (GLenum stream, const GLdouble *coords)
static void loader_glVertexStream4fATI (GLenum stream, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glVertexStream4fvATI (GLenum stream, const GLfloat *coords)
static void loader_glVertexStream4iATI (GLenum stream, GLint x, GLint y, GLint z, GLint w)
static void loader_glVertexStream4ivATI (GLenum stream, const GLint *coords)
static void loader_glVertexStream4sATI (GLenum stream, GLshort x, GLshort y, GLshort z, GLshort w)
static void loader_glVertexStream4svATI (GLenum stream, const GLshort *coords)
static GLint loader_glGetUniformBufferSizeEXT (GLuint program, GLint location)
static GLintptr loader_glGetUniformOffsetEXT (GLuint program, GLint location)
static void loader_glUniformBufferEXT (GLuint program, GLint location, GLuint buffer)
static void loader_glBlendColorEXT (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
static void loader_glBlendEquationSeparateEXT (GLenum modeRGB, GLenum modeAlpha)
static void loader_glBlendFuncSeparateEXT (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
static void loader_glBlendEquationEXT (GLenum mode)
static void loader_glColorSubTableEXT (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table)
static void loader_glCopyColorSubTableEXT (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
static void loader_glLockArraysEXT (GLint first, GLsizei count)
static void loader_glUnlockArraysEXT (void)
static void loader_glConvolutionFilter1DEXT (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)
static void loader_glConvolutionFilter2DEXT (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image)
static void loader_glConvolutionParameterfEXT (GLenum target, GLenum pname, GLfloat param)
static void loader_glConvolutionParameterfvEXT (GLenum target, GLenum pname, const GLfloat *params)
static void loader_glConvolutionParameteriEXT (GLenum target, GLenum pname, GLint param)
static void loader_glConvolutionParameterivEXT (GLenum target, GLenum pname, const GLint *params)
static void loader_glCopyConvolutionFilter1DEXT (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
static void loader_glCopyConvolutionFilter2DEXT (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glGetConvolutionFilterEXT (GLenum target, GLenum format, GLenum type, GLvoid *image)
static void loader_glGetConvolutionParameterfvEXT (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetConvolutionParameterivEXT (GLenum target, GLenum pname, GLint *params)
static void loader_glGetSeparableFilterEXT (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)
static void loader_glSeparableFilter2DEXT (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
static void loader_glBinormal3bEXT (GLbyte bx, GLbyte by, GLbyte bz)
static void loader_glBinormal3bvEXT (const GLbyte *v)
static void loader_glBinormal3dEXT (GLdouble bx, GLdouble by, GLdouble bz)
static void loader_glBinormal3dvEXT (const GLdouble *v)
static void loader_glBinormal3fEXT (GLfloat bx, GLfloat by, GLfloat bz)
static void loader_glBinormal3fvEXT (const GLfloat *v)
static void loader_glBinormal3iEXT (GLint bx, GLint by, GLint bz)
static void loader_glBinormal3ivEXT (const GLint *v)
static void loader_glBinormal3sEXT (GLshort bx, GLshort by, GLshort bz)
static void loader_glBinormal3svEXT (const GLshort *v)
static void loader_glBinormalPointerEXT (GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glTangent3bEXT (GLbyte tx, GLbyte ty, GLbyte tz)
static void loader_glTangent3bvEXT (const GLbyte *v)
static void loader_glTangent3dEXT (GLdouble tx, GLdouble ty, GLdouble tz)
static void loader_glTangent3dvEXT (const GLdouble *v)
static void loader_glTangent3fEXT (GLfloat tx, GLfloat ty, GLfloat tz)
static void loader_glTangent3fvEXT (const GLfloat *v)
static void loader_glTangent3iEXT (GLint tx, GLint ty, GLint tz)
static void loader_glTangent3ivEXT (const GLint *v)
static void loader_glTangent3sEXT (GLshort tx, GLshort ty, GLshort tz)
static void loader_glTangent3svEXT (const GLshort *v)
static void loader_glTangentPointerEXT (GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glCopyTexImage1DEXT (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
static void loader_glCopyTexImage2DEXT (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
static void loader_glCopyTexSubImage1DEXT (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
static void loader_glCopyTexSubImage2DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glCopyTexSubImage3DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glCullParameterdvEXT (GLenum pname, GLdouble *params)
static void loader_glCullParameterfvEXT (GLenum pname, GLfloat *params)
static void loader_glGetObjectLabelEXT (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label)
static void loader_glLabelObjectEXT (GLenum type, GLuint object, GLsizei length, const GLchar *label)
static void loader_glInsertEventMarkerEXT (GLsizei length, const GLchar *marker)
static void loader_glPopGroupMarkerEXT (void)
static void loader_glPushGroupMarkerEXT (GLsizei length, const GLchar *marker)
static void loader_glDepthBoundsEXT (GLclampd zmin, GLclampd zmax)
static void loader_glBindMultiTextureEXT (GLenum texunit, GLenum target, GLuint texture)
static GLenum loader_glCheckNamedFramebufferStatusEXT (GLuint framebuffer, GLenum target)
static void loader_glClientAttribDefaultEXT (GLbitfield mask)
static void loader_glCompressedMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *bits)
static void loader_glCompressedMultiTexImage3DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *bits)
static void loader_glCompressedMultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedMultiTexSubImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedMultiTexSubImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *bits)
static void loader_glCompressedTextureImage2DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *bits)
static void loader_glCompressedTextureImage3DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *bits)
static void loader_glCompressedTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *bits)
static void loader_glCompressedTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *bits)
static void loader_glCompressedTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *bits)
static void loader_glCopyMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
static void loader_glCopyMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
static void loader_glCopyMultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
static void loader_glCopyMultiTexSubImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glCopyMultiTexSubImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glCopyTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
static void loader_glCopyTextureImage2DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
static void loader_glCopyTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
static void loader_glCopyTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glCopyTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glDisableClientStateIndexedEXT (GLenum array, GLuint index)
static void loader_glDisableClientStateiEXT (GLenum array, GLuint index)
static void loader_glDisableVertexArrayAttribEXT (GLuint vaobj, GLenum array)
static void loader_glDisableVertexArrayEXT (GLuint vaobj, GLenum array)
static void loader_glEnableClientStateIndexedEXT (GLenum array, GLuint index)
static void loader_glEnableClientStateiEXT (GLenum array, GLuint index)
static void loader_glEnableVertexArrayAttribEXT (GLuint vaobj, GLenum array)
static void loader_glEnableVertexArrayEXT (GLuint vaobj, GLenum array)
static void loader_glFlushMappedNamedBufferRangeEXT (GLuint buffer, GLintptr offset, GLsizeiptr length)
static void loader_glFramebufferDrawBufferEXT (GLuint framebuffer, GLenum mode)
static void loader_glFramebufferDrawBuffersEXT (GLuint framebuffer, GLsizei n, const GLenum *bufs)
static void loader_glFramebufferReadBufferEXT (GLuint framebuffer, GLenum mode)
static void loader_glGenerateMultiTexMipmapEXT (GLenum texunit, GLenum target)
static void loader_glGenerateTextureMipmapEXT (GLuint texture, GLenum target)
static void loader_glGetCompressedMultiTexImageEXT (GLenum texunit, GLenum target, GLint lod, GLvoid *img)
static void loader_glGetCompressedTextureImageEXT (GLuint texture, GLenum target, GLint lod, GLvoid *img)
static void loader_glGetDoubleIndexedvEXT (GLenum target, GLuint index, GLdouble *data)
static void loader_glGetDoublei_vEXT (GLenum target, GLuint index, GLdouble *data)
static void loader_glGetFloatIndexedvEXT (GLenum target, GLuint index, GLfloat *data)
static void loader_glGetFloati_vEXT (GLenum target, GLuint index, GLfloat *data)
static void loader_glGetFramebufferParameterivEXT (GLuint framebuffer, GLenum pname, GLint *params)
static void loader_glGetMultiTexEnvfvEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetMultiTexEnvivEXT (GLenum texunit, GLenum target, GLenum pname, GLint *params)
static void loader_glGetMultiTexGendvEXT (GLenum texunit, GLenum coord, GLenum pname, GLdouble *params)
static void loader_glGetMultiTexGenfvEXT (GLenum texunit, GLenum coord, GLenum pname, GLfloat *params)
static void loader_glGetMultiTexGenivEXT (GLenum texunit, GLenum coord, GLenum pname, GLint *params)
static void loader_glGetMultiTexImageEXT (GLenum texunit, GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
static void loader_glGetMultiTexLevelParameterfvEXT (GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat *params)
static void loader_glGetMultiTexLevelParameterivEXT (GLenum texunit, GLenum target, GLint level, GLenum pname, GLint *params)
static void loader_glGetMultiTexParameterIivEXT (GLenum texunit, GLenum target, GLenum pname, GLint *params)
static void loader_glGetMultiTexParameterIuivEXT (GLenum texunit, GLenum target, GLenum pname, GLuint *params)
static void loader_glGetMultiTexParameterfvEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetMultiTexParameterivEXT (GLenum texunit, GLenum target, GLenum pname, GLint *params)
static void loader_glGetNamedBufferParameterivEXT (GLuint buffer, GLenum pname, GLint *params)
static void loader_glGetNamedBufferPointervEXT (GLuint buffer, GLenum pname, GLvoid **params)
static void loader_glGetNamedBufferSubDataEXT (GLuint buffer, GLintptr offset, GLsizeiptr size, GLvoid *data)
static void loader_glGetNamedFramebufferAttachmentParameterivEXT (GLuint framebuffer, GLenum attachment, GLenum pname, GLint *params)
static void loader_glGetNamedProgramLocalParameterIivEXT (GLuint program, GLenum target, GLuint index, GLint *params)
static void loader_glGetNamedProgramLocalParameterIuivEXT (GLuint program, GLenum target, GLuint index, GLuint *params)
static void loader_glGetNamedProgramLocalParameterdvEXT (GLuint program, GLenum target, GLuint index, GLdouble *params)
static void loader_glGetNamedProgramLocalParameterfvEXT (GLuint program, GLenum target, GLuint index, GLfloat *params)
static void loader_glGetNamedProgramStringEXT (GLuint program, GLenum target, GLenum pname, GLvoid *string)
static void loader_glGetNamedProgramivEXT (GLuint program, GLenum target, GLenum pname, GLint *params)
static void loader_glGetNamedRenderbufferParameterivEXT (GLuint renderbuffer, GLenum pname, GLint *params)
static void loader_glGetPointerIndexedvEXT (GLenum target, GLuint index, GLvoid **data)
static void loader_glGetPointeri_vEXT (GLenum pname, GLuint index, GLvoid **params)
static void loader_glGetTextureImageEXT (GLuint texture, GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
static void loader_glGetTextureLevelParameterfvEXT (GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat *params)
static void loader_glGetTextureLevelParameterivEXT (GLuint texture, GLenum target, GLint level, GLenum pname, GLint *params)
static void loader_glGetTextureParameterIivEXT (GLuint texture, GLenum target, GLenum pname, GLint *params)
static void loader_glGetTextureParameterIuivEXT (GLuint texture, GLenum target, GLenum pname, GLuint *params)
static void loader_glGetTextureParameterfvEXT (GLuint texture, GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetTextureParameterivEXT (GLuint texture, GLenum target, GLenum pname, GLint *params)
static void loader_glGetVertexArrayIntegeri_vEXT (GLuint vaobj, GLuint index, GLenum pname, GLint *param)
static void loader_glGetVertexArrayIntegervEXT (GLuint vaobj, GLenum pname, GLint *param)
static void loader_glGetVertexArrayPointeri_vEXT (GLuint vaobj, GLuint index, GLenum pname, GLvoid **param)
static void loader_glGetVertexArrayPointervEXT (GLuint vaobj, GLenum pname, GLvoid **param)
static GLvoidloader_glMapNamedBufferEXT (GLuint buffer, GLenum access)
static GLvoidloader_glMapNamedBufferRangeEXT (GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
static void loader_glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
static void loader_glMatrixLoadIdentityEXT (GLenum mode)
static void loader_glMatrixLoadTransposedEXT (GLenum mode, const GLdouble *m)
static void loader_glMatrixLoadTransposefEXT (GLenum mode, const GLfloat *m)
static void loader_glMatrixLoaddEXT (GLenum mode, const GLdouble *m)
static void loader_glMatrixLoadfEXT (GLenum mode, const GLfloat *m)
static void loader_glMatrixMultTransposedEXT (GLenum mode, const GLdouble *m)
static void loader_glMatrixMultTransposefEXT (GLenum mode, const GLfloat *m)
static void loader_glMatrixMultdEXT (GLenum mode, const GLdouble *m)
static void loader_glMatrixMultfEXT (GLenum mode, const GLfloat *m)
static void loader_glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
static void loader_glMatrixPopEXT (GLenum mode)
static void loader_glMatrixPushEXT (GLenum mode)
static void loader_glMatrixRotatedEXT (GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
static void loader_glMatrixRotatefEXT (GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
static void loader_glMatrixScaledEXT (GLenum mode, GLdouble x, GLdouble y, GLdouble z)
static void loader_glMatrixScalefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z)
static void loader_glMatrixTranslatedEXT (GLenum mode, GLdouble x, GLdouble y, GLdouble z)
static void loader_glMatrixTranslatefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z)
static void loader_glMultiTexBufferEXT (GLenum texunit, GLenum target, GLenum internalformat, GLuint buffer)
static void loader_glMultiTexCoordPointerEXT (GLenum texunit, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glMultiTexEnvfEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat param)
static void loader_glMultiTexEnvfvEXT (GLenum texunit, GLenum target, GLenum pname, const GLfloat *params)
static void loader_glMultiTexEnviEXT (GLenum texunit, GLenum target, GLenum pname, GLint param)
static void loader_glMultiTexEnvivEXT (GLenum texunit, GLenum target, GLenum pname, const GLint *params)
static void loader_glMultiTexGendEXT (GLenum texunit, GLenum coord, GLenum pname, GLdouble param)
static void loader_glMultiTexGendvEXT (GLenum texunit, GLenum coord, GLenum pname, const GLdouble *params)
static void loader_glMultiTexGenfEXT (GLenum texunit, GLenum coord, GLenum pname, GLfloat param)
static void loader_glMultiTexGenfvEXT (GLenum texunit, GLenum coord, GLenum pname, const GLfloat *params)
static void loader_glMultiTexGeniEXT (GLenum texunit, GLenum coord, GLenum pname, GLint param)
static void loader_glMultiTexGenivEXT (GLenum texunit, GLenum coord, GLenum pname, const GLint *params)
static void loader_glMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glMultiTexImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glMultiTexParameterIivEXT (GLenum texunit, GLenum target, GLenum pname, const GLint *params)
static void loader_glMultiTexParameterIuivEXT (GLenum texunit, GLenum target, GLenum pname, const GLuint *params)
static void loader_glMultiTexParameterfEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat param)
static void loader_glMultiTexParameterfvEXT (GLenum texunit, GLenum target, GLenum pname, const GLfloat *param)
static void loader_glMultiTexParameteriEXT (GLenum texunit, GLenum target, GLenum pname, GLint param)
static void loader_glMultiTexParameterivEXT (GLenum texunit, GLenum target, GLenum pname, const GLint *param)
static void loader_glMultiTexRenderbufferEXT (GLenum texunit, GLenum target, GLuint renderbuffer)
static void loader_glMultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glMultiTexSubImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glMultiTexSubImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glNamedBufferDataEXT (GLuint buffer, GLsizeiptr size, const GLvoid *data, GLenum usage)
static void loader_glNamedBufferSubDataEXT (GLuint buffer, GLintptr offset, GLsizeiptr size, const GLvoid *data)
static void loader_glNamedCopyBufferSubDataEXT (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
static void loader_glNamedFramebufferRenderbufferEXT (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
static void loader_glNamedFramebufferTexture1DEXT (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void loader_glNamedFramebufferTexture2DEXT (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void loader_glNamedFramebufferTexture3DEXT (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
static void loader_glNamedFramebufferTextureEXT (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
static void loader_glNamedFramebufferTextureFaceEXT (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLenum face)
static void loader_glNamedFramebufferTextureLayerEXT (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
static void loader_glNamedProgramLocalParameter4dEXT (GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glNamedProgramLocalParameter4dvEXT (GLuint program, GLenum target, GLuint index, const GLdouble *params)
static void loader_glNamedProgramLocalParameter4fEXT (GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glNamedProgramLocalParameter4fvEXT (GLuint program, GLenum target, GLuint index, const GLfloat *params)
static void loader_glNamedProgramLocalParameterI4iEXT (GLuint program, GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
static void loader_glNamedProgramLocalParameterI4ivEXT (GLuint program, GLenum target, GLuint index, const GLint *params)
static void loader_glNamedProgramLocalParameterI4uiEXT (GLuint program, GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
static void loader_glNamedProgramLocalParameterI4uivEXT (GLuint program, GLenum target, GLuint index, const GLuint *params)
static void loader_glNamedProgramLocalParameters4fvEXT (GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat *params)
static void loader_glNamedProgramLocalParametersI4ivEXT (GLuint program, GLenum target, GLuint index, GLsizei count, const GLint *params)
static void loader_glNamedProgramLocalParametersI4uivEXT (GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint *params)
static void loader_glNamedProgramStringEXT (GLuint program, GLenum target, GLenum format, GLsizei len, const GLvoid *string)
static void loader_glNamedRenderbufferStorageEXT (GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glNamedRenderbufferStorageMultisampleCoverageEXT (GLuint renderbuffer, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glNamedRenderbufferStorageMultisampleEXT (GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glProgramUniform1dEXT (GLuint program, GLint location, GLdouble x)
static void loader_glProgramUniform1dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void loader_glProgramUniform1fEXT (GLuint program, GLint location, GLfloat v0)
static void loader_glProgramUniform1fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void loader_glProgramUniform1iEXT (GLuint program, GLint location, GLint v0)
static void loader_glProgramUniform1ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value)
static void loader_glProgramUniform1uiEXT (GLuint program, GLint location, GLuint v0)
static void loader_glProgramUniform1uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void loader_glProgramUniform2dEXT (GLuint program, GLint location, GLdouble x, GLdouble y)
static void loader_glProgramUniform2dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void loader_glProgramUniform2fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1)
static void loader_glProgramUniform2fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void loader_glProgramUniform2iEXT (GLuint program, GLint location, GLint v0, GLint v1)
static void loader_glProgramUniform2ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value)
static void loader_glProgramUniform2uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1)
static void loader_glProgramUniform2uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void loader_glProgramUniform3dEXT (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z)
static void loader_glProgramUniform3dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void loader_glProgramUniform3fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
static void loader_glProgramUniform3fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void loader_glProgramUniform3iEXT (GLuint program, GLint location, GLint v0, GLint v1, GLint v2)
static void loader_glProgramUniform3ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value)
static void loader_glProgramUniform3uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
static void loader_glProgramUniform3uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void loader_glProgramUniform4dEXT (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glProgramUniform4dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void loader_glProgramUniform4fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
static void loader_glProgramUniform4fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void loader_glProgramUniform4iEXT (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
static void loader_glProgramUniform4ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value)
static void loader_glProgramUniform4uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
static void loader_glProgramUniform4uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void loader_glProgramUniformMatrix2dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix2x3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix2x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix2x4dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix2x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix3x2dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix3x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix3x4dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix3x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix4dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix4x2dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix4x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glProgramUniformMatrix4x3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void loader_glProgramUniformMatrix4x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void loader_glPushClientAttribDefaultEXT (GLbitfield mask)
static void loader_glTextureBufferEXT (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer)
static void loader_glTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTextureImage2DEXT (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTextureImage3DEXT (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTextureParameterIivEXT (GLuint texture, GLenum target, GLenum pname, const GLint *params)
static void loader_glTextureParameterIuivEXT (GLuint texture, GLenum target, GLenum pname, const GLuint *params)
static void loader_glTextureParameterfEXT (GLuint texture, GLenum target, GLenum pname, GLfloat param)
static void loader_glTextureParameterfvEXT (GLuint texture, GLenum target, GLenum pname, const GLfloat *param)
static void loader_glTextureParameteriEXT (GLuint texture, GLenum target, GLenum pname, GLint param)
static void loader_glTextureParameterivEXT (GLuint texture, GLenum target, GLenum pname, const GLint *param)
static void loader_glTextureRenderbufferEXT (GLuint texture, GLenum target, GLuint renderbuffer)
static void loader_glTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
static GLboolean loader_glUnmapNamedBufferEXT (GLuint buffer)
static void loader_glVertexArrayColorOffsetEXT (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void loader_glVertexArrayEdgeFlagOffsetEXT (GLuint vaobj, GLuint buffer, GLsizei stride, const GLintptr offset)
static void loader_glVertexArrayFogCoordOffsetEXT (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, const GLintptr offset)
static void loader_glVertexArrayIndexOffsetEXT (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, const GLintptr offset)
static void loader_glVertexArrayMultiTexCoordOffsetEXT (GLuint vaobj, GLuint buffer, GLenum texunit, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void loader_glVertexArrayNormalOffsetEXT (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, const GLintptr offset)
static void loader_glVertexArraySecondaryColorOffsetEXT (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void loader_glVertexArrayTexCoordOffsetEXT (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void loader_glVertexArrayVertexAttribIOffsetEXT (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void loader_glVertexArrayVertexAttribOffsetEXT (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLintptr offset)
static void loader_glVertexArrayVertexOffsetEXT (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void loader_glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments)
static void loader_glGetQueryObjectivEXT (GLuint id, GLenum pname, GLint *params)
static void loader_glQueryCounterEXT (GLuint id, GLenum target)
static void loader_glColorMaskIndexedEXT (GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
static void loader_glDisableIndexedEXT (GLenum target, GLuint index)
static void loader_glEnableIndexedEXT (GLenum target, GLuint index)
static void loader_glGetBooleanIndexedvEXT (GLenum value, GLuint index, GLboolean *data)
static void loader_glGetIntegerIndexedvEXT (GLenum value, GLuint index, GLint *data)
static GLboolean loader_glIsEnabledIndexedEXT (GLenum target, GLuint index)
static void loader_glDrawArraysInstancedEXT (GLenum mode, GLint start, GLsizei count, GLsizei primcount)
static void loader_glDrawElementsInstancedEXT (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
static void loader_glDrawRangeElementsEXT (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
static void loader_glFogCoordPointerEXT (GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glFogCoorddEXT (GLdouble coord)
static void loader_glFogCoorddvEXT (const GLdouble *coord)
static void loader_glFogCoordfEXT (GLfloat coord)
static void loader_glFogCoordfvEXT (const GLfloat *coord)
static void loader_glFragmentColorMaterialEXT (GLenum face, GLenum mode)
static void loader_glFragmentLightModelfEXT (GLenum pname, GLfloat param)
static void loader_glFragmentLightModelfvEXT (GLenum pname, GLfloat *params)
static void loader_glFragmentLightModeliEXT (GLenum pname, GLint param)
static void loader_glFragmentLightModelivEXT (GLenum pname, GLint *params)
static void loader_glFragmentLightfEXT (GLenum light, GLenum pname, GLfloat param)
static void loader_glFragmentLightfvEXT (GLenum light, GLenum pname, GLfloat *params)
static void loader_glFragmentLightiEXT (GLenum light, GLenum pname, GLint param)
static void loader_glFragmentLightivEXT (GLenum light, GLenum pname, GLint *params)
static void loader_glFragmentMaterialfEXT (GLenum face, GLenum pname, const GLfloat param)
static void loader_glFragmentMaterialfvEXT (GLenum face, GLenum pname, const GLfloat *params)
static void loader_glFragmentMaterialiEXT (GLenum face, GLenum pname, const GLint param)
static void loader_glFragmentMaterialivEXT (GLenum face, GLenum pname, const GLint *params)
static void loader_glGetFragmentLightfvEXT (GLenum light, GLenum pname, GLfloat *params)
static void loader_glGetFragmentLightivEXT (GLenum light, GLenum pname, GLint *params)
static void loader_glGetFragmentMaterialfvEXT (GLenum face, GLenum pname, const GLfloat *params)
static void loader_glGetFragmentMaterialivEXT (GLenum face, GLenum pname, const GLint *params)
static void loader_glLightEnviEXT (GLenum pname, GLint param)
static void loader_glBlitFramebufferEXT (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static void loader_glRenderbufferStorageMultisampleEXT (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glBindFramebufferEXT (GLenum target, GLuint framebuffer)
static void loader_glBindRenderbufferEXT (GLenum target, GLuint renderbuffer)
static GLenum loader_glCheckFramebufferStatusEXT (GLenum target)
static void loader_glDeleteFramebuffersEXT (GLsizei n, const GLuint *framebuffers)
static void loader_glDeleteRenderbuffersEXT (GLsizei n, const GLuint *renderbuffers)
static void loader_glFramebufferRenderbufferEXT (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
static void loader_glFramebufferTexture1DEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void loader_glFramebufferTexture2DEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void loader_glFramebufferTexture3DEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
static void loader_glGenFramebuffersEXT (GLsizei n, GLuint *framebuffers)
static void loader_glGenRenderbuffersEXT (GLsizei n, GLuint *renderbuffers)
static void loader_glGenerateMipmapEXT (GLenum target)
static void loader_glGetFramebufferAttachmentParameterivEXT (GLenum target, GLenum attachment, GLenum pname, GLint *params)
static void loader_glGetRenderbufferParameterivEXT (GLenum target, GLenum pname, GLint *params)
static GLboolean loader_glIsFramebufferEXT (GLuint framebuffer)
static GLboolean loader_glIsRenderbufferEXT (GLuint renderbuffer)
static void loader_glRenderbufferStorageEXT (GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint texture, GLint level)
static void loader_glFramebufferTextureFaceEXT (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
static void loader_glProgramParameteriEXT (GLuint program, GLenum pname, GLint value)
static void loader_glProgramEnvParameters4fvEXT (GLenum target, GLuint index, GLsizei count, const GLfloat *params)
static void loader_glProgramLocalParameters4fvEXT (GLenum target, GLuint index, GLsizei count, const GLfloat *params)
static void loader_glBindFragDataLocationEXT (GLuint program, GLuint color, const GLchar *name)
static GLint loader_glGetFragDataLocationEXT (GLuint program, const GLchar *name)
static void loader_glGetUniformuivEXT (GLuint program, GLint location, GLuint *params)
static void loader_glGetVertexAttribIivEXT (GLuint index, GLenum pname, GLint *params)
static void loader_glGetVertexAttribIuivEXT (GLuint index, GLenum pname, GLuint *params)
static void loader_glUniform1uiEXT (GLint location, GLuint v0)
static void loader_glUniform1uivEXT (GLint location, GLsizei count, const GLuint *value)
static void loader_glUniform2uiEXT (GLint location, GLuint v0, GLuint v1)
static void loader_glUniform2uivEXT (GLint location, GLsizei count, const GLuint *value)
static void loader_glUniform3uiEXT (GLint location, GLuint v0, GLuint v1, GLuint v2)
static void loader_glUniform3uivEXT (GLint location, GLsizei count, const GLuint *value)
static void loader_glUniform4uiEXT (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
static void loader_glUniform4uivEXT (GLint location, GLsizei count, const GLuint *value)
static void loader_glVertexAttribI1iEXT (GLuint index, GLint x)
static void loader_glVertexAttribI1ivEXT (GLuint index, const GLint *v)
static void loader_glVertexAttribI1uiEXT (GLuint index, GLuint x)
static void loader_glVertexAttribI1uivEXT (GLuint index, const GLuint *v)
static void loader_glVertexAttribI2iEXT (GLuint index, GLint x, GLint y)
static void loader_glVertexAttribI2ivEXT (GLuint index, const GLint *v)
static void loader_glVertexAttribI2uiEXT (GLuint index, GLuint x, GLuint y)
static void loader_glVertexAttribI2uivEXT (GLuint index, const GLuint *v)
static void loader_glVertexAttribI3iEXT (GLuint index, GLint x, GLint y, GLint z)
static void loader_glVertexAttribI3ivEXT (GLuint index, const GLint *v)
static void loader_glVertexAttribI3uiEXT (GLuint index, GLuint x, GLuint y, GLuint z)
static void loader_glVertexAttribI3uivEXT (GLuint index, const GLuint *v)
static void loader_glVertexAttribI4bvEXT (GLuint index, const GLbyte *v)
static void loader_glVertexAttribI4iEXT (GLuint index, GLint x, GLint y, GLint z, GLint w)
static void loader_glVertexAttribI4ivEXT (GLuint index, const GLint *v)
static void loader_glVertexAttribI4svEXT (GLuint index, const GLshort *v)
static void loader_glVertexAttribI4ubvEXT (GLuint index, const GLubyte *v)
static void loader_glVertexAttribI4uiEXT (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
static void loader_glVertexAttribI4uivEXT (GLuint index, const GLuint *v)
static void loader_glVertexAttribI4usvEXT (GLuint index, const GLushort *v)
static void loader_glVertexAttribIPointerEXT (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glGetHistogramEXT (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
static void loader_glGetHistogramParameterfvEXT (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetHistogramParameterivEXT (GLenum target, GLenum pname, GLint *params)
static void loader_glGetMinmaxEXT (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
static void loader_glGetMinmaxParameterfvEXT (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetMinmaxParameterivEXT (GLenum target, GLenum pname, GLint *params)
static void loader_glHistogramEXT (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
static void loader_glMinmaxEXT (GLenum target, GLenum internalformat, GLboolean sink)
static void loader_glResetHistogramEXT (GLenum target)
static void loader_glResetMinmaxEXT (GLenum target)
static void loader_glIndexFuncEXT (GLenum func, GLfloat ref)
static void loader_glIndexMaterialEXT (GLenum face, GLenum mode)
static void loader_glApplyTextureEXT (GLenum mode)
static void loader_glTextureLightEXT (GLenum pname)
static void loader_glTextureMaterialEXT (GLenum face, GLenum mode)
static void loader_glFlushMappedBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length)
static GLvoidloader_glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
static void loader_glMultiDrawArraysEXT (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
static void loader_glMultiDrawElementsEXT (GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)
static void loader_glSampleMaskEXT (GLclampf value, GLboolean invert)
static void loader_glSamplePatternEXT (GLenum pattern)
static void loader_glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
static void loader_glDrawBuffersIndexedEXT (GLint n, const GLenum *location, const GLint *indices)
static void loader_glGetIntegeri_vEXT (GLenum target, GLuint index, GLint *data)
static void loader_glReadBufferIndexedEXT (GLenum src, GLint index)
static void loader_glBeginQueryEXT (GLenum target, GLuint id)
static void loader_glDeleteQueriesEXT (GLsizei n, const GLuint *ids)
static void loader_glEndQueryEXT (GLenum target)
static void loader_glGenQueriesEXT (GLsizei n, GLuint *ids)
static void loader_glGetQueryObjectuivEXT (GLuint id, GLenum pname, GLuint *params)
static void loader_glGetQueryivEXT (GLenum target, GLenum pname, GLint *params)
static GLboolean loader_glIsQueryEXT (GLuint id)
static void loader_glColorTableEXT (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
static void loader_glGetColorTableEXT (GLenum target, GLenum format, GLenum type, GLvoid *data)
static void loader_glGetColorTableParameterfvEXT (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetColorTableParameterivEXT (GLenum target, GLenum pname, GLint *params)
static void loader_glGetPixelTransformParameterfvEXT (GLenum target, GLenum pname, const GLfloat *params)
static void loader_glGetPixelTransformParameterivEXT (GLenum target, GLenum pname, const GLint *params)
static void loader_glPixelTransformParameterfEXT (GLenum target, GLenum pname, const GLfloat param)
static void loader_glPixelTransformParameterfvEXT (GLenum target, GLenum pname, const GLfloat *params)
static void loader_glPixelTransformParameteriEXT (GLenum target, GLenum pname, const GLint param)
static void loader_glPixelTransformParameterivEXT (GLenum target, GLenum pname, const GLint *params)
static void loader_glPointParameterfEXT (GLenum pname, GLfloat param)
static void loader_glPointParameterfvEXT (GLenum pname, const GLfloat *params)
static void loader_glPolygonOffsetEXT (GLfloat factor, GLfloat bias)
static void loader_glProvokingVertexEXT (GLenum mode)
static void loader_glGetnUniformfvEXT (GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
static void loader_glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GLint *params)
static void loader_glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data)
static void loader_glBeginSceneEXT (void)
static void loader_glEndSceneEXT (void)
static void loader_glSecondaryColor3bEXT (GLbyte red, GLbyte green, GLbyte blue)
static void loader_glSecondaryColor3bvEXT (const GLbyte *v)
static void loader_glSecondaryColor3dEXT (GLdouble red, GLdouble green, GLdouble blue)
static void loader_glSecondaryColor3dvEXT (const GLdouble *v)
static void loader_glSecondaryColor3fEXT (GLfloat red, GLfloat green, GLfloat blue)
static void loader_glSecondaryColor3fvEXT (const GLfloat *v)
static void loader_glSecondaryColor3iEXT (GLint red, GLint green, GLint blue)
static void loader_glSecondaryColor3ivEXT (const GLint *v)
static void loader_glSecondaryColor3sEXT (GLshort red, GLshort green, GLshort blue)
static void loader_glSecondaryColor3svEXT (const GLshort *v)
static void loader_glSecondaryColor3ubEXT (GLubyte red, GLubyte green, GLubyte blue)
static void loader_glSecondaryColor3ubvEXT (const GLubyte *v)
static void loader_glSecondaryColor3uiEXT (GLuint red, GLuint green, GLuint blue)
static void loader_glSecondaryColor3uivEXT (const GLuint *v)
static void loader_glSecondaryColor3usEXT (GLushort red, GLushort green, GLushort blue)
static void loader_glSecondaryColor3usvEXT (const GLushort *v)
static void loader_glSecondaryColorPointerEXT (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glActiveProgramEXT (GLuint program)
static GLuint loader_glCreateShaderProgramEXT (GLenum type, const GLchar *string)
static void loader_glUseShaderProgramEXT (GLenum type, GLuint program)
static void loader_glBindImageTextureEXT (GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format)
static void loader_glMemoryBarrierEXT (GLbitfield barriers)
static void loader_glStencilClearTagEXT (GLsizei stencilTagBits, GLuint stencilClearTag)
static void loader_glActiveStencilFaceEXT (GLenum face)
static void loader_glTexSubImage1DEXT (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTexSubImage2DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTexSubImage3DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTexImage3DEXT (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glFramebufferTextureLayerEXT (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
static void loader_glTexBufferEXT (GLenum target, GLenum internalformat, GLuint buffer)
static void loader_glClearColorIiEXT (GLint red, GLint green, GLint blue, GLint alpha)
static void loader_glClearColorIuiEXT (GLuint red, GLuint green, GLuint blue, GLuint alpha)
static void loader_glGetTexParameterIivEXT (GLenum target, GLenum pname, GLint *params)
static void loader_glGetTexParameterIuivEXT (GLenum target, GLenum pname, GLuint *params)
static void loader_glTexParameterIivEXT (GLenum target, GLenum pname, const GLint *params)
static void loader_glTexParameterIuivEXT (GLenum target, GLenum pname, const GLuint *params)
static GLboolean loader_glAreTexturesResidentEXT (GLsizei n, const GLuint *textures, GLboolean *residences)
static void loader_glBindTextureEXT (GLenum target, GLuint texture)
static void loader_glDeleteTexturesEXT (GLsizei n, const GLuint *textures)
static void loader_glGenTexturesEXT (GLsizei n, GLuint *textures)
static GLboolean loader_glIsTextureEXT (GLuint texture)
static void loader_glPrioritizeTexturesEXT (GLsizei n, const GLuint *textures, const GLclampf *priorities)
static void loader_glTextureNormalEXT (GLenum mode)
static void loader_glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
static void loader_glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
static void loader_glGetQueryObjecti64vEXT (GLuint id, GLenum pname, GLint64EXT *params)
static void loader_glGetQueryObjectui64vEXT (GLuint id, GLenum pname, GLuint64EXT *params)
static void loader_glBeginTransformFeedbackEXT (GLenum primitiveMode)
static void loader_glBindBufferBaseEXT (GLenum target, GLuint index, GLuint buffer)
static void loader_glBindBufferOffsetEXT (GLenum target, GLuint index, GLuint buffer, GLintptr offset)
static void loader_glBindBufferRangeEXT (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
static void loader_glEndTransformFeedbackEXT (void)
static void loader_glGetTransformFeedbackVaryingEXT (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
static void loader_glTransformFeedbackVaryingsEXT (GLuint program, GLsizei count, const GLchar **varyings, GLenum bufferMode)
static void loader_glArrayElementEXT (GLint i)
static void loader_glColorPointerEXT (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
static void loader_glDrawArraysEXT (GLenum mode, GLint first, GLsizei count)
static void loader_glEdgeFlagPointerEXT (GLsizei stride, GLsizei count, const GLboolean *pointer)
static void loader_glGetPointervEXT (GLenum pname, GLvoid **params)
static void loader_glIndexPointerEXT (GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
static void loader_glNormalPointerEXT (GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
static void loader_glTexCoordPointerEXT (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
static void loader_glVertexPointerEXT (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
static void loader_glGetVertexAttribLdvEXT (GLuint index, GLenum pname, GLdouble *params)
static void loader_glVertexArrayVertexAttribLOffsetEXT (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset)
static void loader_glVertexAttribL1dEXT (GLuint index, GLdouble x)
static void loader_glVertexAttribL1dvEXT (GLuint index, const GLdouble *v)
static void loader_glVertexAttribL2dEXT (GLuint index, GLdouble x, GLdouble y)
static void loader_glVertexAttribL2dvEXT (GLuint index, const GLdouble *v)
static void loader_glVertexAttribL3dEXT (GLuint index, GLdouble x, GLdouble y, GLdouble z)
static void loader_glVertexAttribL3dvEXT (GLuint index, const GLdouble *v)
static void loader_glVertexAttribL4dEXT (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glVertexAttribL4dvEXT (GLuint index, const GLdouble *v)
static void loader_glVertexAttribLPointerEXT (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glBeginVertexShaderEXT (void)
static GLuint loader_glBindLightParameterEXT (GLenum light, GLenum value)
static GLuint loader_glBindMaterialParameterEXT (GLenum face, GLenum value)
static GLuint loader_glBindParameterEXT (GLenum value)
static GLuint loader_glBindTexGenParameterEXT (GLenum unit, GLenum coord, GLenum value)
static GLuint loader_glBindTextureUnitParameterEXT (GLenum unit, GLenum value)
static void loader_glBindVertexShaderEXT (GLuint id)
static void loader_glDeleteVertexShaderEXT (GLuint id)
static void loader_glDisableVariantClientStateEXT (GLuint id)
static void loader_glEnableVariantClientStateEXT (GLuint id)
static void loader_glEndVertexShaderEXT (void)
static void loader_glExtractComponentEXT (GLuint res, GLuint src, GLuint num)
static GLuint loader_glGenSymbolsEXT (GLenum datatype, GLenum storagetype, GLenum range, GLuint components)
static GLuint loader_glGenVertexShadersEXT (GLuint range)
static void loader_glGetInvariantBooleanvEXT (GLuint id, GLenum value, GLboolean *data)
static void loader_glGetInvariantFloatvEXT (GLuint id, GLenum value, GLfloat *data)
static void loader_glGetInvariantIntegervEXT (GLuint id, GLenum value, GLint *data)
static void loader_glGetLocalConstantBooleanvEXT (GLuint id, GLenum value, GLboolean *data)
static void loader_glGetLocalConstantFloatvEXT (GLuint id, GLenum value, GLfloat *data)
static void loader_glGetLocalConstantIntegervEXT (GLuint id, GLenum value, GLint *data)
static void loader_glGetVariantBooleanvEXT (GLuint id, GLenum value, GLboolean *data)
static void loader_glGetVariantFloatvEXT (GLuint id, GLenum value, GLfloat *data)
static void loader_glGetVariantIntegervEXT (GLuint id, GLenum value, GLint *data)
static void loader_glGetVariantPointervEXT (GLuint id, GLenum value, GLvoid **data)
static void loader_glInsertComponentEXT (GLuint res, GLuint src, GLuint num)
static GLboolean loader_glIsVariantEnabledEXT (GLuint id, GLenum cap)
static void loader_glSetInvariantEXT (GLuint id, GLenum type, const GLvoid *addr)
static void loader_glSetLocalConstantEXT (GLuint id, GLenum type, const GLvoid *addr)
static void loader_glShaderOp1EXT (GLenum op, GLuint res, GLuint arg1)
static void loader_glShaderOp2EXT (GLenum op, GLuint res, GLuint arg1, GLuint arg2)
static void loader_glShaderOp3EXT (GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3)
static void loader_glSwizzleEXT (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
static void loader_glVariantPointerEXT (GLuint id, GLenum type, GLuint stride, const GLvoid *addr)
static void loader_glVariantbvEXT (GLuint id, const GLbyte *addr)
static void loader_glVariantdvEXT (GLuint id, const GLdouble *addr)
static void loader_glVariantfvEXT (GLuint id, const GLfloat *addr)
static void loader_glVariantivEXT (GLuint id, const GLint *addr)
static void loader_glVariantsvEXT (GLuint id, const GLshort *addr)
static void loader_glVariantubvEXT (GLuint id, const GLubyte *addr)
static void loader_glVariantuivEXT (GLuint id, const GLuint *addr)
static void loader_glVariantusvEXT (GLuint id, const GLushort *addr)
static void loader_glWriteMaskEXT (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
static void loader_glVertexWeightPointerEXT (GLsizei size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glVertexWeightfEXT (GLfloat weight)
static void loader_glVertexWeightfvEXT (const GLfloat *weight)
static GLsync loader_glImportSyncEXT (GLenum external_sync_type, GLintptr external_sync, GLbitfield flags)
static void loader_glFrameTerminatorGREMEDY (void)
static void loader_glStringMarkerGREMEDY (GLsizei len, const GLvoid *string)
static void loader_glGetImageTransformParameterfvHP (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetImageTransformParameterivHP (GLenum target, GLenum pname, GLint *params)
static void loader_glImageTransformParameterfHP (GLenum target, GLenum pname, GLfloat param)
static void loader_glImageTransformParameterfvHP (GLenum target, GLenum pname, const GLfloat *params)
static void loader_glImageTransformParameteriHP (GLenum target, GLenum pname, GLint param)
static void loader_glImageTransformParameterivHP (GLenum target, GLenum pname, const GLint *params)
static void loader_glMultiModeDrawArraysIBM (const GLenum *mode, const GLint *first, const GLsizei *count, GLsizei primcount, GLint modestride)
static void loader_glMultiModeDrawElementsIBM (const GLenum *mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei primcount, GLint modestride)
static void loader_glColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void loader_glEdgeFlagPointerListIBM (GLint stride, const GLboolean **pointer, GLint ptrstride)
static void loader_glFogCoordPointerListIBM (GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void loader_glIndexPointerListIBM (GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void loader_glNormalPointerListIBM (GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void loader_glSecondaryColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void loader_glTexCoordPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void loader_glVertexPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void loader_glFramebufferTexture2DMultisampleIMG (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
static void loader_glRenderbufferStorageMultisampleIMG (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glBlendFuncSeparateINGR (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
static void loader_glColorPointervINTEL (GLint size, GLenum type, const GLvoid **pointer)
static void loader_glNormalPointervINTEL (GLenum type, const GLvoid **pointer)
static void loader_glTexCoordPointervINTEL (GLint size, GLenum type, const GLvoid **pointer)
static void loader_glVertexPointervINTEL (GLint size, GLenum type, const GLvoid **pointer)
static void loader_glTexScissorFuncINTEL (GLenum target, GLenum lfunc, GLenum hfunc)
static void loader_glTexScissorINTEL (GLenum target, GLclampf tlow, GLclampf thigh)
static void loader_glDebugMessageCallback (GLDEBUGPROC callback, const GLvoid *userParam)
static void loader_glDebugMessageControl (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)
static void loader_glDebugMessageInsert (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf)
static GLuint loader_glGetDebugMessageLog (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog)
static void loader_glGetObjectLabel (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label)
static void loader_glGetObjectPtrLabel (const GLvoid *ptr, GLsizei bufSize, GLsizei *length, GLchar *label)
static void loader_glObjectLabel (GLenum identifier, GLuint name, GLsizei length, const GLchar *label)
static void loader_glObjectPtrLabel (const GLvoid *ptr, GLsizei length, const GLchar *label)
static void loader_glPopDebugGroup (void)
static void loader_glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *message)
static GLuint loader_glBufferRegionEnabled (void)
static void loader_glDeleteBufferRegion (GLenum region)
static void loader_glDrawBufferRegion (GLuint region, GLint x, GLint y, GLsizei width, GLsizei height, GLint xDest, GLint yDest)
static GLuint loader_glNewBufferRegion (GLenum region)
static void loader_glReadBufferRegion (GLuint region, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glResizeBuffersMESA (void)
static void loader_glWindowPos2dMESA (GLdouble x, GLdouble y)
static void loader_glWindowPos2dvMESA (const GLdouble *v)
static void loader_glWindowPos2fMESA (GLfloat x, GLfloat y)
static void loader_glWindowPos2fvMESA (const GLfloat *v)
static void loader_glWindowPos2iMESA (GLint x, GLint y)
static void loader_glWindowPos2ivMESA (const GLint *v)
static void loader_glWindowPos2sMESA (GLshort x, GLshort y)
static void loader_glWindowPos2svMESA (const GLshort *v)
static void loader_glWindowPos3dMESA (GLdouble x, GLdouble y, GLdouble z)
static void loader_glWindowPos3dvMESA (const GLdouble *v)
static void loader_glWindowPos3fMESA (GLfloat x, GLfloat y, GLfloat z)
static void loader_glWindowPos3fvMESA (const GLfloat *v)
static void loader_glWindowPos3iMESA (GLint x, GLint y, GLint z)
static void loader_glWindowPos3ivMESA (const GLint *v)
static void loader_glWindowPos3sMESA (GLshort x, GLshort y, GLshort z)
static void loader_glWindowPos3svMESA (const GLshort *v)
static void loader_glWindowPos4dMESA (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glWindowPos4dvMESA (const GLdouble *v)
static void loader_glWindowPos4fMESA (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glWindowPos4fvMESA (const GLfloat *v)
static void loader_glWindowPos4iMESA (GLint x, GLint y, GLint z, GLint w)
static void loader_glWindowPos4ivMESA (const GLint *v)
static void loader_glWindowPos4sMESA (GLshort x, GLshort y, GLshort z, GLshort w)
static void loader_glWindowPos4svMESA (const GLshort *v)
static void loader_glBeginConditionalRenderNVX (GLuint id)
static void loader_glEndConditionalRenderNVX (void)
static GLuint64 loader_glGetImageHandleNV (GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format)
static GLuint64 loader_glGetTextureHandleNV (GLuint texture)
static GLuint64 loader_glGetTextureSamplerHandleNV (GLuint texture, GLuint sampler)
static GLboolean loader_glIsImageHandleResidentNV (GLuint64 handle)
static GLboolean loader_glIsTextureHandleResidentNV (GLuint64 handle)
static void loader_glMakeImageHandleNonResidentNV (GLuint64 handle)
static void loader_glMakeImageHandleResidentNV (GLuint64 handle, GLenum access)
static void loader_glMakeTextureHandleNonResidentNV (GLuint64 handle)
static void loader_glMakeTextureHandleResidentNV (GLuint64 handle)
static void loader_glProgramUniformHandleui64NV (GLuint program, GLint location, GLuint64 value)
static void loader_glProgramUniformHandleui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64 *values)
static void loader_glUniformHandleui64NV (GLint location, GLuint64 value)
static void loader_glUniformHandleui64vNV (GLint location, GLsizei count, const GLuint64 *value)
static void loader_glBeginConditionalRenderNV (GLuint id, GLenum mode)
static void loader_glEndConditionalRenderNV (void)
static void loader_glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
static void loader_glCoverageMaskNV (GLboolean mask)
static void loader_glCoverageOperationNV (GLenum operation)
static void loader_glClearDepthdNV (GLdouble depth)
static void loader_glDepthBoundsdNV (GLdouble zmin, GLdouble zmax)
static void loader_glDepthRangedNV (GLdouble zNear, GLdouble zFar)
static void loader_glDrawBuffersNV (GLsizei n, const GLenum *bufs)
static void loader_glDrawTextureNV (GLuint texture, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1)
static void loader_glEvalMapsNV (GLenum target, GLenum mode)
static void loader_glGetMapAttribParameterfvNV (GLenum target, GLuint index, GLenum pname, GLfloat *params)
static void loader_glGetMapAttribParameterivNV (GLenum target, GLuint index, GLenum pname, GLint *params)
static void loader_glGetMapControlPointsNV (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid *points)
static void loader_glGetMapParameterfvNV (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetMapParameterivNV (GLenum target, GLenum pname, GLint *params)
static void loader_glMapControlPointsNV (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid *points)
static void loader_glMapParameterfvNV (GLenum target, GLenum pname, const GLfloat *params)
static void loader_glMapParameterivNV (GLenum target, GLenum pname, const GLint *params)
static void loader_glGetMultisamplefvNV (GLenum pname, GLuint index, GLfloat *val)
static void loader_glSampleMaskIndexedNV (GLuint index, GLbitfield mask)
static void loader_glTexRenderbufferNV (GLenum target, GLuint renderbuffer)
static void loader_glDeleteFencesNV (GLsizei n, const GLuint *fences)
static void loader_glFinishFenceNV (GLuint fence)
static void loader_glGenFencesNV (GLsizei n, GLuint *fences)
static void loader_glGetFenceivNV (GLuint fence, GLenum pname, GLint *params)
static GLboolean loader_glIsFenceNV (GLuint fence)
static void loader_glSetFenceNV (GLuint fence, GLenum condition)
static GLboolean loader_glTestFenceNV (GLuint fence)
static void loader_glGetProgramNamedParameterdvNV (GLuint id, GLsizei len, const GLubyte *name, GLdouble *params)
static void loader_glGetProgramNamedParameterfvNV (GLuint id, GLsizei len, const GLubyte *name, GLfloat *params)
static void loader_glProgramNamedParameter4dNV (GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glProgramNamedParameter4dvNV (GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v)
static void loader_glProgramNamedParameter4fNV (GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glProgramNamedParameter4fvNV (GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v)
static void loader_glBlitFramebufferNV (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static void loader_glRenderbufferStorageMultisampleCoverageNV (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glProgramVertexLimitNV (GLenum target, GLint limit)
static void loader_glGetProgramEnvParameterIivNV (GLenum target, GLuint index, GLint *params)
static void loader_glGetProgramEnvParameterIuivNV (GLenum target, GLuint index, GLuint *params)
static void loader_glGetProgramLocalParameterIivNV (GLenum target, GLuint index, GLint *params)
static void loader_glGetProgramLocalParameterIuivNV (GLenum target, GLuint index, GLuint *params)
static void loader_glProgramEnvParameterI4iNV (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
static void loader_glProgramEnvParameterI4ivNV (GLenum target, GLuint index, const GLint *params)
static void loader_glProgramEnvParameterI4uiNV (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
static void loader_glProgramEnvParameterI4uivNV (GLenum target, GLuint index, const GLuint *params)
static void loader_glProgramEnvParametersI4ivNV (GLenum target, GLuint index, GLsizei count, const GLint *params)
static void loader_glProgramEnvParametersI4uivNV (GLenum target, GLuint index, GLsizei count, const GLuint *params)
static void loader_glProgramLocalParameterI4iNV (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
static void loader_glProgramLocalParameterI4ivNV (GLenum target, GLuint index, const GLint *params)
static void loader_glProgramLocalParameterI4uiNV (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
static void loader_glProgramLocalParameterI4uivNV (GLenum target, GLuint index, const GLuint *params)
static void loader_glProgramLocalParametersI4ivNV (GLenum target, GLuint index, GLsizei count, const GLint *params)
static void loader_glProgramLocalParametersI4uivNV (GLenum target, GLuint index, GLsizei count, const GLuint *params)
static void loader_glGetUniformi64vNV (GLuint program, GLint location, GLint64EXT *params)
static void loader_glProgramUniform1i64NV (GLuint program, GLint location, GLint64EXT x)
static void loader_glProgramUniform1i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value)
static void loader_glProgramUniform1ui64NV (GLuint program, GLint location, GLuint64EXT x)
static void loader_glProgramUniform1ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value)
static void loader_glProgramUniform2i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y)
static void loader_glProgramUniform2i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value)
static void loader_glProgramUniform2ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y)
static void loader_glProgramUniform2ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value)
static void loader_glProgramUniform3i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
static void loader_glProgramUniform3i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value)
static void loader_glProgramUniform3ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
static void loader_glProgramUniform3ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value)
static void loader_glProgramUniform4i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
static void loader_glProgramUniform4i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value)
static void loader_glProgramUniform4ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
static void loader_glProgramUniform4ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value)
static void loader_glUniform1i64NV (GLint location, GLint64EXT x)
static void loader_glUniform1i64vNV (GLint location, GLsizei count, const GLint64EXT *value)
static void loader_glUniform1ui64NV (GLint location, GLuint64EXT x)
static void loader_glUniform1ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value)
static void loader_glUniform2i64NV (GLint location, GLint64EXT x, GLint64EXT y)
static void loader_glUniform2i64vNV (GLint location, GLsizei count, const GLint64EXT *value)
static void loader_glUniform2ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y)
static void loader_glUniform2ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value)
static void loader_glUniform3i64NV (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
static void loader_glUniform3i64vNV (GLint location, GLsizei count, const GLint64EXT *value)
static void loader_glUniform3ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
static void loader_glUniform3ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value)
static void loader_glUniform4i64NV (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
static void loader_glUniform4i64vNV (GLint location, GLsizei count, const GLint64EXT *value)
static void loader_glUniform4ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
static void loader_glUniform4ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value)
static void loader_glColor3hNV (GLhalfNV red, GLhalfNV green, GLhalfNV blue)
static void loader_glColor3hvNV (const GLhalfNV *v)
static void loader_glColor4hNV (GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha)
static void loader_glColor4hvNV (const GLhalfNV *v)
static void loader_glFogCoordhNV (GLhalfNV coord)
static void loader_glFogCoordhvNV (const GLhalfNV *coord)
static void loader_glMultiTexCoord1hNV (GLenum target, GLhalfNV s)
static void loader_glMultiTexCoord1hvNV (GLenum target, const GLhalfNV *v)
static void loader_glMultiTexCoord2hNV (GLenum target, GLhalfNV s, GLhalfNV t)
static void loader_glMultiTexCoord2hvNV (GLenum target, const GLhalfNV *v)
static void loader_glMultiTexCoord3hNV (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r)
static void loader_glMultiTexCoord3hvNV (GLenum target, const GLhalfNV *v)
static void loader_glMultiTexCoord4hNV (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
static void loader_glMultiTexCoord4hvNV (GLenum target, const GLhalfNV *v)
static void loader_glNormal3hNV (GLhalfNV nx, GLhalfNV ny, GLhalfNV nz)
static void loader_glNormal3hvNV (const GLhalfNV *v)
static void loader_glSecondaryColor3hNV (GLhalfNV red, GLhalfNV green, GLhalfNV blue)
static void loader_glSecondaryColor3hvNV (const GLhalfNV *v)
static void loader_glTexCoord1hNV (GLhalfNV s)
static void loader_glTexCoord1hvNV (const GLhalfNV *v)
static void loader_glTexCoord2hNV (GLhalfNV s, GLhalfNV t)
static void loader_glTexCoord2hvNV (const GLhalfNV *v)
static void loader_glTexCoord3hNV (GLhalfNV s, GLhalfNV t, GLhalfNV r)
static void loader_glTexCoord3hvNV (const GLhalfNV *v)
static void loader_glTexCoord4hNV (GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
static void loader_glTexCoord4hvNV (const GLhalfNV *v)
static void loader_glVertex2hNV (GLhalfNV x, GLhalfNV y)
static void loader_glVertex2hvNV (const GLhalfNV *v)
static void loader_glVertex3hNV (GLhalfNV x, GLhalfNV y, GLhalfNV z)
static void loader_glVertex3hvNV (const GLhalfNV *v)
static void loader_glVertex4hNV (GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
static void loader_glVertex4hvNV (const GLhalfNV *v)
static void loader_glVertexAttrib1hNV (GLuint index, GLhalfNV x)
static void loader_glVertexAttrib1hvNV (GLuint index, const GLhalfNV *v)
static void loader_glVertexAttrib2hNV (GLuint index, GLhalfNV x, GLhalfNV y)
static void loader_glVertexAttrib2hvNV (GLuint index, const GLhalfNV *v)
static void loader_glVertexAttrib3hNV (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z)
static void loader_glVertexAttrib3hvNV (GLuint index, const GLhalfNV *v)
static void loader_glVertexAttrib4hNV (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
static void loader_glVertexAttrib4hvNV (GLuint index, const GLhalfNV *v)
static void loader_glVertexAttribs1hvNV (GLuint index, GLsizei count, const GLhalfNV *v)
static void loader_glVertexAttribs2hvNV (GLuint index, GLsizei count, const GLhalfNV *v)
static void loader_glVertexAttribs3hvNV (GLuint index, GLsizei count, const GLhalfNV *v)
static void loader_glVertexAttribs4hvNV (GLuint index, GLsizei count, const GLhalfNV *v)
static void loader_glVertexWeighthNV (GLhalfNV weight)
static void loader_glVertexWeighthvNV (const GLhalfNV *weight)
static void loader_glBeginOcclusionQueryNV (GLuint id)
static void loader_glDeleteOcclusionQueriesNV (GLsizei n, const GLuint *ids)
static void loader_glEndOcclusionQueryNV (void)
static void loader_glGenOcclusionQueriesNV (GLsizei n, GLuint *ids)
static void loader_glGetOcclusionQueryivNV (GLuint id, GLenum pname, GLint *params)
static void loader_glGetOcclusionQueryuivNV (GLuint id, GLenum pname, GLuint *params)
static GLboolean loader_glIsOcclusionQueryNV (GLuint id)
static void loader_glProgramBufferParametersIivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint *params)
static void loader_glProgramBufferParametersIuivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint *params)
static void loader_glProgramBufferParametersfvNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat *params)
static void loader_glCopyPathNV (GLuint resultPath, GLuint srcPath)
static void loader_glCoverFillPathInstancedNV (GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat *transformValues)
static void loader_glCoverFillPathNV (GLuint path, GLenum coverMode)
static void loader_glCoverStrokePathInstancedNV (GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat *transformValues)
static void loader_glCoverStrokePathNV (GLuint name, GLenum coverMode)
static void loader_glDeletePathsNV (GLuint path, GLsizei range)
static GLuint loader_glGenPathsNV (GLsizei range)
static void loader_glGetPathColorGenfvNV (GLenum color, GLenum pname, GLfloat *value)
static void loader_glGetPathColorGenivNV (GLenum color, GLenum pname, GLint *value)
static void loader_glGetPathCommandsNV (GLuint name, GLubyte *commands)
static void loader_glGetPathCoordsNV (GLuint name, GLfloat *coords)
static void loader_glGetPathDashArrayNV (GLuint name, GLfloat *dashArray)
static GLfloat loader_glGetPathLengthNV (GLuint path, GLsizei startSegment, GLsizei numSegments)
static void loader_glGetPathMetricRangeNV (GLbitfield metricQueryMask, GLuint fistPathName, GLsizei numPaths, GLsizei stride, GLfloat *metrics)
static void loader_glGetPathMetricsNV (GLbitfield metricQueryMask, GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLsizei stride, GLfloat *metrics)
static void loader_glGetPathParameterfvNV (GLuint name, GLenum param, GLfloat *value)
static void loader_glGetPathParameterivNV (GLuint name, GLenum param, GLint *value)
static void loader_glGetPathSpacingNV (GLenum pathListMode, GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLfloat advanceScale, GLfloat kerningScale, GLenum transformType, GLfloat *returnedSpacing)
static void loader_glGetPathTexGenfvNV (GLenum texCoordSet, GLenum pname, GLfloat *value)
static void loader_glGetPathTexGenivNV (GLenum texCoordSet, GLenum pname, GLint *value)
static void loader_glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat weight)
static GLboolean loader_glIsPathNV (GLuint path)
static GLboolean loader_glIsPointInFillPathNV (GLuint path, GLuint mask, GLfloat x, GLfloat y)
static GLboolean loader_glIsPointInStrokePathNV (GLuint path, GLfloat x, GLfloat y)
static void loader_glPathColorGenNV (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs)
static void loader_glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords)
static void loader_glPathCoordsNV (GLuint path, GLsizei numCoords, GLenum coordType, const GLvoid *coords)
static void loader_glPathCoverDepthFuncNV (GLenum zfunc)
static void loader_glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray)
static void loader_glPathFogGenNV (GLenum genMode)
static void loader_glPathGlyphRangeNV (GLuint firstPathName, GLenum fontTarget, const GLvoid *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyphs, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale)
static void loader_glPathGlyphsNV (GLuint firstPathName, GLenum fontTarget, const GLvoid *fontName, GLbitfield fontStyle, GLsizei numGlyphs, GLenum type, const GLvoid *charcodes, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale)
static void loader_glPathParameterfNV (GLuint path, GLenum pname, GLfloat value)
static void loader_glPathParameterfvNV (GLuint path, GLenum pname, const GLfloat *value)
static void loader_glPathParameteriNV (GLuint path, GLenum pname, GLint value)
static void loader_glPathParameterivNV (GLuint path, GLenum pname, const GLint *value)
static void loader_glPathStencilDepthOffsetNV (GLfloat factor, GLfloat units)
static void loader_glPathStencilFuncNV (GLenum func, GLint ref, GLuint mask)
static void loader_glPathStringNV (GLuint path, GLenum format, GLsizei length, const GLvoid *pathString)
static void loader_glPathSubCommandsNV (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords)
static void loader_glPathSubCoordsNV (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const GLvoid *coords)
static void loader_glPathTexGenNV (GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat *coeffs)
static GLboolean loader_glPointAlongPathNV (GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distance, GLfloat *x, GLfloat *y, GLfloat *tangentX, GLfloat *tangentY)
static void loader_glStencilFillPathInstancedNV (GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum transformType, const GLfloat *transformValues)
static void loader_glStencilFillPathNV (GLuint path, GLenum fillMode, GLuint mask)
static void loader_glStencilStrokePathInstancedNV (GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLint reference, GLuint mask, GLenum transformType, const GLfloat *transformValues)
static void loader_glStencilStrokePathNV (GLuint path, GLint reference, GLuint mask)
static void loader_glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, const GLfloat *transformValues)
static void loader_glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *paths, const GLfloat *weights)
static void loader_glFlushPixelDataRangeNV (GLenum target)
static void loader_glPixelDataRangeNV (GLenum target, GLsizei size, const GLvoid *pointer)
static void loader_glPointParameteriNV (GLenum pname, GLint param)
static void loader_glPointParameterivNV (GLenum pname, const GLint *params)
static void loader_glGetVideoi64vNV (GLuint video_slot, GLenum pname, GLint64EXT *params)
static void loader_glGetVideoivNV (GLuint video_slot, GLenum pname, GLint *params)
static void loader_glGetVideoui64vNV (GLuint video_slot, GLenum pname, GLuint64EXT *params)
static void loader_glGetVideouivNV (GLuint video_slot, GLenum pname, GLuint *params)
static void loader_glPresentFrameDualFillNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLenum target1, GLuint fill1, GLenum target2, GLuint fill2, GLenum target3, GLuint fill3)
static void loader_glPresentFrameKeyedNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1)
static void loader_glPrimitiveRestartIndexNV (GLuint index)
static void loader_glPrimitiveRestartNV (void)
static void loader_glReadBufferNV (GLenum mode)
static void loader_glCombinerInputNV (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
static void loader_glCombinerOutputNV (GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum)
static void loader_glCombinerParameterfNV (GLenum pname, GLfloat param)
static void loader_glCombinerParameterfvNV (GLenum pname, const GLfloat *params)
static void loader_glCombinerParameteriNV (GLenum pname, GLint param)
static void loader_glCombinerParameterivNV (GLenum pname, const GLint *params)
static void loader_glFinalCombinerInputNV (GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
static void loader_glGetCombinerInputParameterfvNV (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params)
static void loader_glGetCombinerInputParameterivNV (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params)
static void loader_glGetCombinerOutputParameterfvNV (GLenum stage, GLenum portion, GLenum pname, GLfloat *params)
static void loader_glGetCombinerOutputParameterivNV (GLenum stage, GLenum portion, GLenum pname, GLint *params)
static void loader_glGetFinalCombinerInputParameterfvNV (GLenum variable, GLenum pname, GLfloat *params)
static void loader_glGetFinalCombinerInputParameterivNV (GLenum variable, GLenum pname, GLint *params)
static void loader_glCombinerStageParameterfvNV (GLenum stage, GLenum pname, const GLfloat *params)
static void loader_glGetCombinerStageParameterfvNV (GLenum stage, GLenum pname, GLfloat *params)
static void loader_glGetBufferParameterui64vNV (GLenum target, GLenum pname, GLuint64EXT *params)
static void loader_glGetIntegerui64vNV (GLenum target, GLuint64EXT *data)
static void loader_glGetNamedBufferParameterui64vNV (GLuint buffer, GLenum pname, GLuint64EXT *params)
static void loader_glGetUniformui64vNV (GLuint program, GLint location, GLuint64EXT *params)
static GLboolean loader_glIsBufferResidentNV (GLenum target)
static GLboolean loader_glIsNamedBufferResidentNV (GLuint buffer)
static void loader_glMakeBufferNonResidentNV (GLenum target)
static void loader_glMakeBufferResidentNV (GLenum target, GLenum access)
static void loader_glMakeNamedBufferNonResidentNV (GLuint buffer)
static void loader_glMakeNamedBufferResidentNV (GLuint buffer, GLenum access)
static void loader_glProgramUniformui64NV (GLuint program, GLint location, GLuint64EXT v0)
static void loader_glProgramUniformui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value)
static void loader_glUniformui64NV (GLint location, GLuint64EXT v0)
static void loader_glUniformui64vNV (GLint location, GLsizei count, const GLuint64EXT *value)
static void loader_glTextureBarrierNV (void)
static void loader_glTexImage2DMultisampleCoverageNV (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
static void loader_glTexImage3DMultisampleCoverageNV (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
static void loader_glTextureImage2DMultisampleCoverageNV (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
static void loader_glTextureImage2DMultisampleNV (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
static void loader_glTextureImage3DMultisampleCoverageNV (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
static void loader_glTextureImage3DMultisampleNV (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
static void loader_glActiveVaryingNV (GLuint program, const GLchar *name)
static void loader_glBeginTransformFeedbackNV (GLenum primitiveMode)
static void loader_glBindBufferBaseNV (GLenum target, GLuint index, GLuint buffer)
static void loader_glBindBufferOffsetNV (GLenum target, GLuint index, GLuint buffer, GLintptr offset)
static void loader_glBindBufferRangeNV (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
static void loader_glEndTransformFeedbackNV (void)
static void loader_glGetActiveVaryingNV (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
static void loader_glGetTransformFeedbackVaryingNV (GLuint program, GLuint index, GLint *location)
static GLint loader_glGetVaryingLocationNV (GLuint program, const GLchar *name)
static void loader_glTransformFeedbackAttribsNV (GLuint count, const GLint *attribs, GLenum bufferMode)
static void loader_glTransformFeedbackVaryingsNV (GLuint program, GLsizei count, const GLint *locations, GLenum bufferMode)
static void loader_glBindTransformFeedbackNV (GLenum target, GLuint id)
static void loader_glDeleteTransformFeedbacksNV (GLsizei n, const GLuint *ids)
static void loader_glDrawTransformFeedbackNV (GLenum mode, GLuint name)
static void loader_glGenTransformFeedbacksNV (GLsizei n, GLuint *ids)
static GLboolean loader_glIsTransformFeedbackNV (GLuint id)
static void loader_glPauseTransformFeedbackNV (void)
static void loader_glResumeTransformFeedbackNV (void)
static void loader_glVDPAUFiniNV (void)
static void loader_glVDPAUGetSurfaceivNV (GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)
static void loader_glVDPAUInitNV (const GLvoid *vdpDevice, const GLvoid *getProcAddress)
static GLboolean loader_glVDPAUIsSurfaceNV (GLvdpauSurfaceNV surface)
static void loader_glVDPAUMapSurfacesNV (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces)
static GLvdpauSurfaceNV loader_glVDPAURegisterOutputSurfaceNV (const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames)
static GLvdpauSurfaceNV loader_glVDPAURegisterVideoSurfaceNV (const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames)
static void loader_glVDPAUSurfaceAccessNV (GLvdpauSurfaceNV surface, GLenum access)
static void loader_glVDPAUUnmapSurfacesNV (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces)
static void loader_glVDPAUUnregisterSurfaceNV (GLvdpauSurfaceNV surface)
static void loader_glFlushVertexArrayRangeNV (void)
static void loader_glVertexArrayRangeNV (GLsizei size, const GLvoid *pointer)
static void loader_glGetVertexAttribLi64vNV (GLuint index, GLenum pname, GLint64EXT *params)
static void loader_glGetVertexAttribLui64vNV (GLuint index, GLenum pname, GLuint64EXT *params)
static void loader_glVertexAttribL1i64NV (GLuint index, GLint64EXT x)
static void loader_glVertexAttribL1i64vNV (GLuint index, const GLint64EXT *v)
static void loader_glVertexAttribL1ui64NV (GLuint index, GLuint64EXT x)
static void loader_glVertexAttribL1ui64vNV (GLuint index, const GLuint64EXT *v)
static void loader_glVertexAttribL2i64NV (GLuint index, GLint64EXT x, GLint64EXT y)
static void loader_glVertexAttribL2i64vNV (GLuint index, const GLint64EXT *v)
static void loader_glVertexAttribL2ui64NV (GLuint index, GLuint64EXT x, GLuint64EXT y)
static void loader_glVertexAttribL2ui64vNV (GLuint index, const GLuint64EXT *v)
static void loader_glVertexAttribL3i64NV (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z)
static void loader_glVertexAttribL3i64vNV (GLuint index, const GLint64EXT *v)
static void loader_glVertexAttribL3ui64NV (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
static void loader_glVertexAttribL3ui64vNV (GLuint index, const GLuint64EXT *v)
static void loader_glVertexAttribL4i64NV (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
static void loader_glVertexAttribL4i64vNV (GLuint index, const GLint64EXT *v)
static void loader_glVertexAttribL4ui64NV (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
static void loader_glVertexAttribL4ui64vNV (GLuint index, const GLuint64EXT *v)
static void loader_glVertexAttribLFormatNV (GLuint index, GLint size, GLenum type, GLsizei stride)
static void loader_glBufferAddressRangeNV (GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
static void loader_glColorFormatNV (GLint size, GLenum type, GLsizei stride)
static void loader_glEdgeFlagFormatNV (GLsizei stride)
static void loader_glFogCoordFormatNV (GLenum type, GLsizei stride)
static void loader_glGetIntegerui64i_vNV (GLenum target, GLuint index, GLuint64EXT *data)
static void loader_glIndexFormatNV (GLenum type, GLsizei stride)
static void loader_glNormalFormatNV (GLenum type, GLsizei stride)
static void loader_glSecondaryColorFormatNV (GLint size, GLenum type, GLsizei stride)
static void loader_glTexCoordFormatNV (GLint size, GLenum type, GLsizei stride)
static void loader_glVertexAttribFormatNV (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride)
static void loader_glVertexAttribIFormatNV (GLuint index, GLint size, GLenum type, GLsizei stride)
static void loader_glVertexFormatNV (GLint size, GLenum type, GLsizei stride)
static GLboolean loader_glAreProgramsResidentNV (GLsizei n, const GLuint *programs, GLboolean *residences)
static void loader_glBindProgramNV (GLenum target, GLuint id)
static void loader_glDeleteProgramsNV (GLsizei n, const GLuint *programs)
static void loader_glExecuteProgramNV (GLenum target, GLuint id, const GLfloat *params)
static void loader_glGenProgramsNV (GLsizei n, GLuint *programs)
static void loader_glGetProgramParameterdvNV (GLenum target, GLuint index, GLenum pname, GLdouble *params)
static void loader_glGetProgramParameterfvNV (GLenum target, GLuint index, GLenum pname, GLfloat *params)
static void loader_glGetProgramStringNV (GLuint id, GLenum pname, GLubyte *program)
static void loader_glGetProgramivNV (GLuint id, GLenum pname, GLint *params)
static void loader_glGetTrackMatrixivNV (GLenum target, GLuint address, GLenum pname, GLint *params)
static void loader_glGetVertexAttribPointervNV (GLuint index, GLenum pname, GLvoid **pointer)
static void loader_glGetVertexAttribdvNV (GLuint index, GLenum pname, GLdouble *params)
static void loader_glGetVertexAttribfvNV (GLuint index, GLenum pname, GLfloat *params)
static void loader_glGetVertexAttribivNV (GLuint index, GLenum pname, GLint *params)
static GLboolean loader_glIsProgramNV (GLuint id)
static void loader_glLoadProgramNV (GLenum target, GLuint id, GLsizei len, const GLubyte *program)
static void loader_glProgramParameter4dNV (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glProgramParameter4dvNV (GLenum target, GLuint index, const GLdouble *v)
static void loader_glProgramParameter4fNV (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glProgramParameter4fvNV (GLenum target, GLuint index, const GLfloat *v)
static void loader_glProgramParameters4dvNV (GLenum target, GLuint index, GLsizei count, const GLdouble *v)
static void loader_glProgramParameters4fvNV (GLenum target, GLuint index, GLsizei count, const GLfloat *v)
static void loader_glRequestResidentProgramsNV (GLsizei n, const GLuint *programs)
static void loader_glTrackMatrixNV (GLenum target, GLuint address, GLenum matrix, GLenum transform)
static void loader_glVertexAttrib1dNV (GLuint index, GLdouble x)
static void loader_glVertexAttrib1dvNV (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib1fNV (GLuint index, GLfloat x)
static void loader_glVertexAttrib1fvNV (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib1sNV (GLuint index, GLshort x)
static void loader_glVertexAttrib1svNV (GLuint index, const GLshort *v)
static void loader_glVertexAttrib2dNV (GLuint index, GLdouble x, GLdouble y)
static void loader_glVertexAttrib2dvNV (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib2fNV (GLuint index, GLfloat x, GLfloat y)
static void loader_glVertexAttrib2fvNV (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib2sNV (GLuint index, GLshort x, GLshort y)
static void loader_glVertexAttrib2svNV (GLuint index, const GLshort *v)
static void loader_glVertexAttrib3dNV (GLuint index, GLdouble x, GLdouble y, GLdouble z)
static void loader_glVertexAttrib3dvNV (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib3fNV (GLuint index, GLfloat x, GLfloat y, GLfloat z)
static void loader_glVertexAttrib3fvNV (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib3sNV (GLuint index, GLshort x, GLshort y, GLshort z)
static void loader_glVertexAttrib3svNV (GLuint index, const GLshort *v)
static void loader_glVertexAttrib4dNV (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void loader_glVertexAttrib4dvNV (GLuint index, const GLdouble *v)
static void loader_glVertexAttrib4fNV (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glVertexAttrib4fvNV (GLuint index, const GLfloat *v)
static void loader_glVertexAttrib4sNV (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
static void loader_glVertexAttrib4svNV (GLuint index, const GLshort *v)
static void loader_glVertexAttrib4ubNV (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
static void loader_glVertexAttrib4ubvNV (GLuint index, const GLubyte *v)
static void loader_glVertexAttribPointerNV (GLuint index, GLint fsize, GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glVertexAttribs1dvNV (GLuint index, GLsizei n, const GLdouble *v)
static void loader_glVertexAttribs1fvNV (GLuint index, GLsizei n, const GLfloat *v)
static void loader_glVertexAttribs1svNV (GLuint index, GLsizei n, const GLshort *v)
static void loader_glVertexAttribs2dvNV (GLuint index, GLsizei n, const GLdouble *v)
static void loader_glVertexAttribs2fvNV (GLuint index, GLsizei n, const GLfloat *v)
static void loader_glVertexAttribs2svNV (GLuint index, GLsizei n, const GLshort *v)
static void loader_glVertexAttribs3dvNV (GLuint index, GLsizei n, const GLdouble *v)
static void loader_glVertexAttribs3fvNV (GLuint index, GLsizei n, const GLfloat *v)
static void loader_glVertexAttribs3svNV (GLuint index, GLsizei n, const GLshort *v)
static void loader_glVertexAttribs4dvNV (GLuint index, GLsizei n, const GLdouble *v)
static void loader_glVertexAttribs4fvNV (GLuint index, GLsizei n, const GLfloat *v)
static void loader_glVertexAttribs4svNV (GLuint index, GLsizei n, const GLshort *v)
static void loader_glVertexAttribs4ubvNV (GLuint index, GLsizei n, const GLubyte *v)
static void loader_glBeginVideoCaptureNV (GLuint video_capture_slot)
static void loader_glBindVideoCaptureStreamBufferNV (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptr offset)
static void loader_glBindVideoCaptureStreamTextureNV (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLenum target, GLuint texture)
static void loader_glEndVideoCaptureNV (GLuint video_capture_slot)
static void loader_glGetVideoCaptureStreamdvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble *params)
static void loader_glGetVideoCaptureStreamfvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat *params)
static void loader_glGetVideoCaptureStreamivNV (GLuint video_capture_slot, GLuint stream, GLenum pname, GLint *params)
static void loader_glGetVideoCaptureivNV (GLuint video_capture_slot, GLenum pname, GLint *params)
static GLenum loader_glVideoCaptureNV (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time)
static void loader_glVideoCaptureStreamParameterdvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble *params)
static void loader_glVideoCaptureStreamParameterfvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat *params)
static void loader_glVideoCaptureStreamParameterivNV (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint *params)
static void loader_glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha)
static void loader_glBlendFuncSeparateOES (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
static void loader_glBlendEquationOES (GLenum mode)
static void loader_glBindFramebufferOES (GLenum target, GLuint framebuffer)
static void loader_glBindRenderbufferOES (GLenum target, GLuint renderbuffer)
static GLenum loader_glCheckFramebufferStatusOES (GLenum target)
static void loader_glDeleteFramebuffersOES (GLsizei n, const GLuint *framebuffers)
static void loader_glDeleteRenderbuffersOES (GLsizei n, const GLuint *renderbuffers)
static void loader_glFramebufferRenderbufferOES (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
static void loader_glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void loader_glGenFramebuffersOES (GLsizei n, GLuint *framebuffers)
static void loader_glGenRenderbuffersOES (GLsizei n, GLuint *renderbuffers)
static void loader_glGenerateMipmapOES (GLenum target)
static void loader_glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint *params)
static void loader_glGetRenderbufferParameterivOES (GLenum target, GLenum pname, GLint *params)
static GLboolean loader_glIsFramebufferOES (GLuint framebuffer)
static GLboolean loader_glIsRenderbufferOES (GLuint renderbuffer)
static void loader_glRenderbufferStorageOES (GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
static void loader_glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary)
static void loader_glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length)
static void loader_glGetBufferPointervOES (GLenum target, GLenum pname, GLvoid **params)
static GLvoidloader_glMapBufferOES (GLenum target, GLenum access)
static GLboolean loader_glUnmapBufferOES (GLenum target)
static void loader_glCurrentPaletteMatrixOES (GLuint index)
static void loader_glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, GLvoid *pointer)
static void loader_glWeightPointerOES (GLint size, GLenum type, GLsizei stride, GLvoid *pointer)
static void loader_glClearDepthfOES (GLclampd depth)
static void loader_glClipPlanefOES (GLenum plane, const GLfloat *equation)
static void loader_glDepthRangefOES (GLclampf n, GLclampf f)
static void loader_glFrustumfOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
static void loader_glGetClipPlanefOES (GLenum plane, GLfloat *equation)
static void loader_glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
static void loader_glCompressedTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data)
static void loader_glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)
static void loader_glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void loader_glFramebufferTexture3DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
static void loader_glTexImage3DOES (GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params)
static void loader_glGetTexGenivOES (GLenum coord, GLenum pname, GLint *params)
static void loader_glGetTexGenxvOES (GLenum coord, GLenum pname, GLfixed *params)
static void loader_glTexGenfOES (GLenum coord, GLenum pname, GLfloat param)
static void loader_glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params)
static void loader_glTexGeniOES (GLenum coord, GLenum pname, GLint param)
static void loader_glTexGenivOES (GLenum coord, GLenum pname, const GLint *params)
static void loader_glTexGenxOES (GLenum coord, GLenum pname, GLfixed param)
static void loader_glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params)
static void loader_glBindVertexArrayOES (GLuint array)
static void loader_glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays)
static void loader_glGenVertexArraysOES (GLsizei n, GLuint *arrays)
static GLboolean loader_glIsVertexArrayOES (GLuint array)
static void loader_glHintPGI (GLenum target, GLint mode)
static void loader_glAlphaFuncQCOM (GLenum func, GLclampf ref)
static void loader_glDisableDriverControlQCOM (GLuint driverControl)
static void loader_glEnableDriverControlQCOM (GLuint driverControl)
static void loader_glGetDriverControlStringQCOM (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString)
static void loader_glGetDriverControlsQCOM (GLint *num, GLsizei size, GLuint *driverControls)
static void loader_glExtGetBufferPointervQCOM (GLenum target, GLvoid **params)
static void loader_glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers)
static void loader_glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers)
static void loader_glExtGetRenderbuffersQCOM (GLuint *renderbuffers, GLint maxRenderbuffers, GLint *numRenderbuffers)
static void loader_glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params)
static void loader_glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels)
static void loader_glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTextures)
static void loader_glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param)
static void loader_glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length)
static void loader_glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numPrograms)
static void loader_glExtGetShadersQCOM (GLuint *shaders, GLint maxShaders, GLint *numShaders)
static GLboolean loader_glExtIsProgramBinaryQCOM (GLuint program)
static void loader_glEndTilingQCOM (GLbitfield preserveMask)
static void loader_glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask)
static void loader_glAlphaFuncx (GLenum func, GLclampx ref)
static void loader_glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
static void loader_glClearDepthx (GLclampx depth)
static void loader_glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
static void loader_glDepthRangex (GLclampx zNear, GLclampx zFar)
static void loader_glFogx (GLenum pname, GLfixed param)
static void loader_glFogxv (GLenum pname, const GLfixed *params)
static void loader_glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
static void loader_glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
static void loader_glLightModelx (GLenum pname, GLfixed param)
static void loader_glLightModelxv (GLenum pname, const GLfixed *params)
static void loader_glLightx (GLenum light, GLenum pname, GLfixed param)
static void loader_glLightxv (GLenum light, GLenum pname, const GLfixed *params)
static void loader_glLineWidthx (GLfixed width)
static void loader_glLoadMatrixx (const GLfixed *m)
static void loader_glMaterialx (GLenum face, GLenum pname, GLfixed param)
static void loader_glMaterialxv (GLenum face, GLenum pname, const GLfixed *params)
static void loader_glMultMatrixx (const GLfixed *m)
static void loader_glMultiTexCoord4x (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q)
static void loader_glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz)
static void loader_glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
static void loader_glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
static void loader_glPointSizex (GLfixed size)
static void loader_glPolygonOffsetx (GLfixed factor, GLfixed units)
static void loader_glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
static void loader_glSampleCoveragex (GLclampx value, GLboolean invert)
static void loader_glScalex (GLfixed x, GLfixed y, GLfixed z)
static void loader_glTexEnvx (GLenum target, GLenum pname, GLfixed param)
static void loader_glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params)
static void loader_glTexParameterx (GLenum target, GLenum pname, GLfixed param)
static void loader_glTranslatex (GLfixed x, GLfixed y, GLfixed z)
static void loader_glClipPlanef (GLenum plane, const GLfloat *equation)
static void loader_glClipPlanex (GLenum plane, const GLfixed *equation)
static void loader_glGetClipPlanef (GLenum pname, GLfloat *eqn)
static void loader_glGetClipPlanex (GLenum pname, GLfixed *eqn)
static void loader_glGetFixedv (GLenum pname, GLfixed *params)
static void loader_glGetLightxv (GLenum light, GLenum pname, GLfixed *params)
static void loader_glGetMaterialxv (GLenum face, GLenum pname, GLfixed *params)
static void loader_glGetTexEnvxv (GLenum env, GLenum pname, GLfixed *params)
static void loader_glGetTexParameterxv (GLenum target, GLenum pname, GLfixed *params)
static void loader_glPointParameterx (GLenum pname, GLfixed param)
static void loader_glPointParameterxv (GLenum pname, const GLfixed *params)
static void loader_glPointSizePointerOES (GLenum type, GLsizei stride, const GLvoid *pointer)
static void loader_glTexParameterxv (GLenum target, GLenum pname, const GLfixed *params)
static void loader_glLogMessageCallbackREGAL (GLLOGPROCREGAL callback)
static void loader_glDetailTexFuncSGIS (GLenum target, GLsizei n, const GLfloat *points)
static void loader_glGetDetailTexFuncSGIS (GLenum target, GLfloat *points)
static void loader_glFogFuncSGIS (GLsizei n, const GLfloat *points)
static void loader_glGetFogFuncSGIS (GLfloat *points)
static void loader_glSampleMaskSGIS (GLclampf value, GLboolean invert)
static void loader_glSamplePatternSGIS (GLenum pattern)
static void loader_glGetPixelTexGenParameterfvSGIS (GLenum pname, GLfloat *params)
static void loader_glGetPixelTexGenParameterivSGIS (GLenum pname, GLint *params)
static void loader_glPixelTexGenParameterfSGIS (GLenum pname, GLfloat param)
static void loader_glPixelTexGenParameterfvSGIS (GLenum pname, const GLfloat *params)
static void loader_glPixelTexGenParameteriSGIS (GLenum pname, GLint param)
static void loader_glPixelTexGenParameterivSGIS (GLenum pname, const GLint *params)
static void loader_glPointParameterfSGIS (GLenum pname, GLfloat param)
static void loader_glPointParameterfvSGIS (GLenum pname, const GLfloat *params)
static void loader_glGetSharpenTexFuncSGIS (GLenum target, GLfloat *points)
static void loader_glSharpenTexFuncSGIS (GLenum target, GLsizei n, const GLfloat *points)
static void loader_glTexImage4DSGIS (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTexSubImage4DSGIS (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid *pixels)
static void loader_glTextureColorMaskSGIS (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
static void loader_glGetTexFilterFuncSGIS (GLenum target, GLenum filter, GLfloat *weights)
static void loader_glTexFilterFuncSGIS (GLenum target, GLenum filter, GLsizei n, const GLfloat *weights)
static void loader_glAsyncMarkerSGIX (GLuint marker)
static void loader_glDeleteAsyncMarkersSGIX (GLuint marker, GLsizei range)
static GLint loader_glFinishAsyncSGIX (GLuint *markerp)
static GLuint loader_glGenAsyncMarkersSGIX (GLsizei range)
static GLboolean loader_glIsAsyncMarkerSGIX (GLuint marker)
static GLint loader_glPollAsyncSGIX (GLuint *markerp)
static void loader_glFlushRasterSGIX (void)
static void loader_glTextureFogSGIX (GLenum pname)
static void loader_glFragmentColorMaterialSGIX (GLenum face, GLenum mode)
static void loader_glFragmentLightModelfSGIX (GLenum pname, GLfloat param)
static void loader_glFragmentLightModelfvSGIX (GLenum pname, const GLfloat *params)
static void loader_glFragmentLightModeliSGIX (GLenum pname, GLint param)
static void loader_glFragmentLightModelivSGIX (GLenum pname, const GLint *params)
static void loader_glFragmentLightfSGIX (GLenum light, GLenum pname, GLfloat param)
static void loader_glFragmentLightfvSGIX (GLenum light, GLenum pname, const GLfloat *params)
static void loader_glFragmentLightiSGIX (GLenum light, GLenum pname, GLint param)
static void loader_glFragmentLightivSGIX (GLenum light, GLenum pname, const GLint *params)
static void loader_glFragmentMaterialfSGIX (GLenum face, GLenum pname, GLfloat param)
static void loader_glFragmentMaterialfvSGIX (GLenum face, GLenum pname, const GLfloat *params)
static void loader_glFragmentMaterialiSGIX (GLenum face, GLenum pname, GLint param)
static void loader_glFragmentMaterialivSGIX (GLenum face, GLenum pname, const GLint *params)
static void loader_glGetFragmentLightfvSGIX (GLenum light, GLenum pname, GLfloat *params)
static void loader_glGetFragmentLightivSGIX (GLenum light, GLenum pname, GLint *params)
static void loader_glGetFragmentMaterialfvSGIX (GLenum face, GLenum pname, GLfloat *params)
static void loader_glGetFragmentMaterialivSGIX (GLenum face, GLenum pname, GLint *params)
static void loader_glLightEnviSGIX (GLenum pname, GLint param)
static void loader_glFrameZoomSGIX (GLint factor)
static void loader_glIglooInterfaceSGIX (GLenum pname, const GLvoid *params)
static GLint loader_glGetInstrumentsSGIX (void)
static void loader_glInstrumentsBufferSGIX (GLsizei size, GLint *buffer)
static GLint loader_glPollInstrumentsSGIX (GLint *marker_p)
static void loader_glReadInstrumentsSGIX (GLint marker)
static void loader_glStartInstrumentsSGIX (void)
static void loader_glStopInstrumentsSGIX (GLint marker)
static void loader_glGetListParameterfvSGIX (GLuint list, GLenum pname, GLfloat *params)
static void loader_glGetListParameterivSGIX (GLuint list, GLenum pname, GLint *params)
static void loader_glListParameterfSGIX (GLuint list, GLenum pname, GLfloat param)
static void loader_glListParameterfvSGIX (GLuint list, GLenum pname, const GLfloat *params)
static void loader_glListParameteriSGIX (GLuint list, GLenum pname, GLint param)
static void loader_glListParameterivSGIX (GLuint list, GLenum pname, const GLint *params)
static void loader_glPixelTexGenSGIX (GLenum mode)
static void loader_glDeformSGIX (GLbitfield mask)
static void loader_glDeformationMap3dSGIX (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble *points)
static void loader_glDeformationMap3fSGIX (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat *points)
static void loader_glLoadIdentityDeformationMapSGIX (GLbitfield mask)
static void loader_glReferencePlaneSGIX (const GLdouble *equation)
static void loader_glSpriteParameterfSGIX (GLenum pname, GLfloat param)
static void loader_glSpriteParameterfvSGIX (GLenum pname, const GLfloat *params)
static void loader_glSpriteParameteriSGIX (GLenum pname, GLint param)
static void loader_glSpriteParameterivSGIX (GLenum pname, const GLint *params)
static void loader_glTagSampleBufferSGIX (void)
static void loader_glColorTableParameterfvSGI (GLenum target, GLenum pname, const GLfloat *params)
static void loader_glColorTableParameterivSGI (GLenum target, GLenum pname, const GLint *params)
static void loader_glColorTableSGI (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
static void loader_glCopyColorTableSGI (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
static void loader_glGetColorTableParameterfvSGI (GLenum target, GLenum pname, GLfloat *params)
static void loader_glGetColorTableParameterivSGI (GLenum target, GLenum pname, GLint *params)
static void loader_glGetColorTableSGI (GLenum target, GLenum format, GLenum type, GLvoid *table)
static void loader_glFinishTextureSUNX (void)
static void loader_glGlobalAlphaFactorbSUN (GLbyte factor)
static void loader_glGlobalAlphaFactordSUN (GLdouble factor)
static void loader_glGlobalAlphaFactorfSUN (GLfloat factor)
static void loader_glGlobalAlphaFactoriSUN (GLint factor)
static void loader_glGlobalAlphaFactorsSUN (GLshort factor)
static void loader_glGlobalAlphaFactorubSUN (GLubyte factor)
static void loader_glGlobalAlphaFactoruiSUN (GLuint factor)
static void loader_glGlobalAlphaFactorusSUN (GLushort factor)
static void loader_glDrawMeshArraysSUN (GLenum mode, GLint first, GLsizei count, GLsizei width)
static void loader_glReadVideoPixelsSUN (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
static void loader_glReplacementCodePointerSUN (GLenum type, GLsizei stride, const GLvoid **pointer)
static void loader_glReplacementCodeubSUN (GLubyte code)
static void loader_glReplacementCodeubvSUN (const GLubyte *code)
static void loader_glReplacementCodeuiSUN (GLuint code)
static void loader_glReplacementCodeuivSUN (const GLuint *code)
static void loader_glReplacementCodeusSUN (GLushort code)
static void loader_glReplacementCodeusvSUN (const GLushort *code)
static void loader_glColor3fVertex3fSUN (GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z)
static void loader_glColor3fVertex3fvSUN (const GLfloat *c, const GLfloat *v)
static void loader_glColor4fNormal3fVertex3fSUN (GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void loader_glColor4fNormal3fVertex3fvSUN (const GLfloat *c, const GLfloat *n, const GLfloat *v)
static void loader_glColor4ubVertex2fSUN (GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y)
static void loader_glColor4ubVertex2fvSUN (const GLubyte *c, const GLfloat *v)
static void loader_glColor4ubVertex3fSUN (GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z)
static void loader_glColor4ubVertex3fvSUN (const GLubyte *c, const GLfloat *v)
static void loader_glNormal3fVertex3fSUN (GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void loader_glNormal3fVertex3fvSUN (const GLfloat *n, const GLfloat *v)
static void loader_glReplacementCodeuiColor3fVertex3fSUN (GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z)
static void loader_glReplacementCodeuiColor3fVertex3fvSUN (const GLuint *rc, const GLfloat *c, const GLfloat *v)
static void loader_glReplacementCodeuiColor4fNormal3fVertex3fSUN (GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void loader_glReplacementCodeuiColor4fNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *c, const GLfloat *n, const GLfloat *v)
static void loader_glReplacementCodeuiColor4ubVertex3fSUN (GLuint rc, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z)
static void loader_glReplacementCodeuiColor4ubVertex3fvSUN (const GLuint *rc, const GLubyte *c, const GLfloat *v)
static void loader_glReplacementCodeuiNormal3fVertex3fSUN (GLuint rc, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void loader_glReplacementCodeuiNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *n, const GLfloat *v)
static void loader_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (GLuint rc, GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void loader_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v)
static void loader_glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (GLuint rc, GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void loader_glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *tc, const GLfloat *n, const GLfloat *v)
static void loader_glReplacementCodeuiTexCoord2fVertex3fSUN (GLuint rc, GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z)
static void loader_glReplacementCodeuiTexCoord2fVertex3fvSUN (const GLuint *rc, const GLfloat *tc, const GLfloat *v)
static void loader_glReplacementCodeuiVertex3fSUN (GLuint rc, GLfloat x, GLfloat y, GLfloat z)
static void loader_glReplacementCodeuiVertex3fvSUN (const GLuint *rc, const GLfloat *v)
static void loader_glTexCoord2fColor3fVertex3fSUN (GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z)
static void loader_glTexCoord2fColor3fVertex3fvSUN (const GLfloat *tc, const GLfloat *c, const GLfloat *v)
static void loader_glTexCoord2fColor4fNormal3fVertex3fSUN (GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void loader_glTexCoord2fColor4fNormal3fVertex3fvSUN (const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v)
static void loader_glTexCoord2fColor4ubVertex3fSUN (GLfloat s, GLfloat t, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z)
static void loader_glTexCoord2fColor4ubVertex3fvSUN (const GLfloat *tc, const GLubyte *c, const GLfloat *v)
static void loader_glTexCoord2fNormal3fVertex3fSUN (GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void loader_glTexCoord2fNormal3fVertex3fvSUN (const GLfloat *tc, const GLfloat *n, const GLfloat *v)
static void loader_glTexCoord2fVertex3fSUN (GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z)
static void loader_glTexCoord2fVertex3fvSUN (const GLfloat *tc, const GLfloat *v)
static void loader_glTexCoord4fColor4fNormal3fVertex4fSUN (GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glTexCoord4fColor4fNormal3fVertex4fvSUN (const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v)
static void loader_glTexCoord4fVertex4fSUN (GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void loader_glTexCoord4fVertex4fvSUN (const GLfloat *tc, const GLfloat *v)
static void loader_glAddSwapHintRectWIN (GLint x, GLint y, GLsizei width, GLsizei height)
static BOOL loader_wglSetStereoEmitterState3DL (HDC hDC, UINT uState)
static VOID loader_wglBlitContextFramebufferAMD (HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static HGLRC loader_wglCreateAssociatedContextAMD (UINT id)
static HGLRC loader_wglCreateAssociatedContextAttribsAMD (UINT id, HGLRC hShareContext, const int *attribList)
static BOOL loader_wglDeleteAssociatedContextAMD (HGLRC hglrc)
static UINT loader_wglGetContextGPUIDAMD (HGLRC hglrc)
static HGLRC loader_wglGetCurrentAssociatedContextAMD (void)
static UINT loader_wglGetGPUIDsAMD (UINT maxCount, UINT *ids)
static INT loader_wglGetGPUInfoAMD (UINT id, int property, GLenum dataType, UINT size, void *data)
static BOOL loader_wglMakeAssociatedContextCurrentAMD (HGLRC hglrc)
static HANDLE loader_wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType)
static VOID loader_wglDeleteBufferRegionARB (HANDLE hRegion)
static BOOL loader_wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc)
static BOOL loader_wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height)
static HGLRC loader_wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *piAttribList)
static const char * loader_wglGetExtensionsStringARB (HDC hDC)
static HDC loader_wglGetCurrentReadDCARB (void)
static BOOL loader_wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc)
static HPBUFFERARB loader_wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList)
static BOOL loader_wglDestroyPbufferARB (HPBUFFERARB hPbuffer)
static HDC loader_wglGetPbufferDCARB (HPBUFFERARB hPbuffer)
static BOOL loader_wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int *piValue)
static int loader_wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC)
static BOOL loader_wglChoosePixelFormatARB (HDC hDC, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)
static BOOL loader_wglGetPixelFormatAttribfvARB (HDC hDC, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues)
static BOOL loader_wglGetPixelFormatAttribivARB (HDC hDC, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues)
static BOOL loader_wglBindTexImageARB (HPBUFFERARB hPbuffer, int iBuffer)
static BOOL loader_wglReleaseTexImageARB (HPBUFFERARB hPbuffer, int iBuffer)
static BOOL loader_wglSetPbufferAttribARB (HPBUFFERARB hPbuffer, const int *piAttribList)
static GLboolean loader_wglBindDisplayColorTableEXT (GLushort id)
static GLboolean loader_wglCreateDisplayColorTableEXT (GLushort id)
static VOID loader_wglDestroyDisplayColorTableEXT (GLushort id)
static GLboolean loader_wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length)
static const char * loader_wglGetExtensionsStringEXT (void)
static HDC loader_wglGetCurrentReadDCEXT (void)
static BOOL loader_wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc)
static HPBUFFEREXT loader_wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList)
static BOOL loader_wglDestroyPbufferEXT (HPBUFFEREXT hPbuffer)
static HDC loader_wglGetPbufferDCEXT (HPBUFFEREXT hPbuffer)
static BOOL loader_wglQueryPbufferEXT (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue)
static int loader_wglReleasePbufferDCEXT (HPBUFFEREXT hPbuffer, HDC hDC)
static BOOL loader_wglChoosePixelFormatEXT (HDC hDC, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)
static BOOL loader_wglGetPixelFormatAttribfvEXT (HDC hDC, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues)
static BOOL loader_wglGetPixelFormatAttribivEXT (HDC hDC, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues)
static int loader_wglGetSwapIntervalEXT (void)
static BOOL loader_wglSwapIntervalEXT (int interval)
static int loader_wglChoosePixelFormat (HDC hDC, const PIXELFORMATDESCRIPTOR *ppfd)
static int loader_wglDescribePixelFormat (HDC hDC, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd)
static int loader_wglGetPixelFormat (HDC hDC)
static BOOL loader_wglSetPixelFormat (HDC hDC, int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd)
static BOOL loader_wglSwapBuffers (HDC hDC)
static BOOL loader_wglGetDigitalVideoParametersI3D (HDC hDC, int iAttribute, int *piValue)
static BOOL loader_wglSetDigitalVideoParametersI3D (HDC hDC, int iAttribute, const int *piValue)
static BOOL loader_wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue)
static BOOL loader_wglGetGammaTableParametersI3D (HDC hDC, int iAttribute, int *piValue)
static BOOL loader_wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue)
static BOOL loader_wglSetGammaTableParametersI3D (HDC hDC, int iAttribute, const int *piValue)
static BOOL loader_wglDisableGenlockI3D (HDC hDC)
static BOOL loader_wglEnableGenlockI3D (HDC hDC)
static BOOL loader_wglGenlockSampleRateI3D (HDC hDC, UINT uRate)
static BOOL loader_wglGenlockSourceDelayI3D (HDC hDC, UINT uDelay)
static BOOL loader_wglGenlockSourceEdgeI3D (HDC hDC, UINT uEdge)
static BOOL loader_wglGenlockSourceI3D (HDC hDC, UINT uSource)
static BOOL loader_wglGetGenlockSampleRateI3D (HDC hDC, UINT *uRate)
static BOOL loader_wglGetGenlockSourceDelayI3D (HDC hDC, UINT *uDelay)
static BOOL loader_wglGetGenlockSourceEdgeI3D (HDC hDC, UINT *uEdge)
static BOOL loader_wglGetGenlockSourceI3D (HDC hDC, UINT *uSource)
static BOOL loader_wglIsEnabledGenlockI3D (HDC hDC, BOOL *pFlag)
static BOOL loader_wglQueryGenlockMaxSourceDelayI3D (HDC hDC, UINT *uMaxLineDelay, UINT *uMaxPixelDelay)
static BOOL loader_wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count)
static LPVOID loader_wglCreateImageBufferI3D (HDC hDC, DWORD dwSize, UINT uFlags)
static BOOL loader_wglDestroyImageBufferI3D (HDC hDC, LPVOID pAddress)
static BOOL loader_wglReleaseImageBufferEventsI3D (HDC hDC, const LPVOID *pAddress, UINT count)
static BOOL loader_wglDisableFrameLockI3D (void)
static BOOL loader_wglEnableFrameLockI3D (void)
static BOOL loader_wglIsEnabledFrameLockI3D (BOOL *pFlag)
static BOOL loader_wglQueryFrameLockMasterI3D (BOOL *pFlag)
static BOOL loader_wglBeginFrameTrackingI3D (void)
static BOOL loader_wglEndFrameTrackingI3D (void)
static BOOL loader_wglGetFrameUsageI3D (float *pUsage)
static BOOL loader_wglQueryFrameTrackingI3D (DWORD *pFrameCount, DWORD *pMissedFrames, float *pLastMissedUsage)
static BOOL loader_wglDXCloseDeviceNV (HANDLE hDevice)
static BOOL loader_wglDXLockObjectsNV (HANDLE hDevice, GLint count, HANDLE *hObjects)
static BOOL loader_wglDXObjectAccessNV (HANDLE hObject, GLenum access)
static HANDLE loader_wglDXOpenDeviceNV (GLvoid *dxDevice)
static HANDLE loader_wglDXRegisterObjectNV (HANDLE hDevice, GLvoid *dxObject, GLuint name, GLenum type, GLenum access)
static BOOL loader_wglDXSetResourceShareHandleNV (GLvoid *dxObject, HANDLE shareHandle)
static BOOL loader_wglDXUnlockObjectsNV (HANDLE hDevice, GLint count, HANDLE *hObjects)
static BOOL loader_wglDXUnregisterObjectNV (HANDLE hDevice, HANDLE hObject)
static BOOL loader_wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
static HDC loader_wglCreateAffinityDCNV (const HGPUNV *phGpuList)
static BOOL loader_wglDeleteDCNV (HDC hAffinityDC)
static BOOL loader_wglEnumGpuDevicesNV (HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice)
static BOOL loader_wglEnumGpusFromAffinityDCNV (HDC hAffinityDC, UINT iGpuIndex, HGPUNV *hGpu)
static BOOL loader_wglEnumGpusNV (UINT iGpuIndex, HGPUNV *phGpu)
static BOOL loader_wglBindVideoDeviceNV (HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int *piAttribList)
static int loader_wglEnumerateVideoDevicesNV (HDC hDC, HVIDEOOUTPUTDEVICENV *phDeviceList)
static BOOL loader_wglQueryCurrentContextNV (int iAttribute, int *piValue)
static BOOL loader_wglBindSwapBarrierNV (GLuint group, GLuint barrier)
static BOOL loader_wglJoinSwapGroupNV (HDC hDC, GLuint group)
static BOOL loader_wglQueryFrameCountNV (HDC hDC, GLuint *count)
static BOOL loader_wglQueryMaxSwapGroupsNV (HDC hDC, GLuint *maxGroups, GLuint *maxBarriers)
static BOOL loader_wglQuerySwapGroupNV (HDC hDC, GLuint *group, GLuint *barrier)
static BOOL loader_wglResetFrameCountNV (HDC hDC)
static voidloader_wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority)
static void loader_wglFreeMemoryNV (void *pointer)
static BOOL loader_wglBindVideoCaptureDeviceNV (UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice)
static UINT loader_wglEnumerateVideoCaptureDevicesNV (HDC hDC, HVIDEOINPUTDEVICENV *phDeviceList)
static BOOL loader_wglLockVideoCaptureDeviceNV (HDC hDC, HVIDEOINPUTDEVICENV hDevice)
static BOOL loader_wglQueryVideoCaptureDeviceNV (HDC hDC, HVIDEOINPUTDEVICENV hDevice, int iAttribute, int *piValue)
static BOOL loader_wglReleaseVideoCaptureDeviceNV (HDC hDC, HVIDEOINPUTDEVICENV hDevice)
static BOOL loader_wglBindVideoImageNV (HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer)
static BOOL loader_wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice)
static BOOL loader_wglGetVideoInfoNV (HPVIDEODEV hpVideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo)
static BOOL loader_wglReleaseVideoDeviceNV (HPVIDEODEV hVideoDevice)
static BOOL loader_wglReleaseVideoImageNV (HPBUFFERARB hPbuffer, int iVideoBuffer)
static BOOL loader_wglSendPbufferToVideoNV (HPBUFFERARB hPbuffer, int iBufferType, unsigned long *pulCounterPbuffer, BOOL bBlock)
static BOOL loader_wglGetMscRateOML (HDC hDC, INT32 *numerator, INT32 *denominator)
static BOOL loader_wglGetSyncValuesOML (HDC hDC, INT64 *ust, INT64 *msc, INT64 *sbc)
static INT64 loader_wglSwapBuffersMscOML (HDC hDC, INT64 target_msc, INT64 divisor, INT64 remainder)
static INT64 loader_wglSwapLayerBuffersMscOML (HDC hDC, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder)
static BOOL loader_wglWaitForMscOML (HDC hDC, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc)
static BOOL loader_wglWaitForSbcOML (HDC hDC, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc)
static BOOL loader_wglCopyContext (HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask)
static HGLRC loader_wglCreateContext (HDC hDC)
static HGLRC loader_wglCreateLayerContext (HDC hDC, int iLayerPlane)
static BOOL loader_wglDeleteContext (HGLRC hglrc)
static BOOL loader_wglDescribeLayerPlane (HDC hDC, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd)
static HGLRC loader_wglGetCurrentContext (void)
static HDC loader_wglGetCurrentDC (void)
static PROC loader_wglGetDefaultProcAddress (LPCSTR lpszProc)
static int loader_wglGetLayerPaletteEntries (HDC hDC, int iLayerPlane, int iStart, int nEntries, COLORREF *pcr)
static PROC loader_wglGetProcAddress (LPCSTR lpszProc)
static BOOL loader_wglMakeCurrent (HDC hDC, HGLRC hglrc)
static BOOL loader_wglRealizeLayerPalette (HDC hDC, int iLayerPlane, BOOL bRealize)
static int loader_wglSetLayerPaletteEntries (HDC hDC, int iLayerPlane, int iStart, int nEntries, const COLORREF *pcr)
static BOOL loader_wglShareLists (HGLRC hglrcShare, HGLRC hglrcSrc)
static BOOL loader_wglSwapLayerBuffers (HDC hDC, UINT fuPlanes)
static DWORD loader_wglSwapMultipleBuffers (UINT n, const WGLSWAP *ps)
static BOOL loader_wglUseFontBitmapsA (HDC hDC, DWORD first, DWORD count, DWORD listBase)
static BOOL loader_wglUseFontBitmapsW (HDC hDC, DWORD first, DWORD count, DWORD listBase)
static BOOL loader_wglUseFontOutlinesA (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf)
static BOOL loader_wglUseFontOutlinesW (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf)
static XVisualInfo * loader_glXChooseVisual (Display *dpy, int screen, int *attribList)
static void loader_glXCopyContext (Display *dpy, GLXContext src, GLXContext dst, unsigned long mask)
static GLXContext loader_glXCreateContext (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct)
static GLXPixmap loader_glXCreateGLXPixmap (Display *dpy, XVisualInfo *vis, Pixmap pixmap)
static void loader_glXDestroyContext (Display *dpy, GLXContext ctx)
static void loader_glXDestroyGLXPixmap (Display *dpy, GLXPixmap pix)
static int loader_glXGetConfig (Display *dpy, XVisualInfo *vis, int attrib, int *value)
static GLXContext loader_glXGetCurrentContext (void)
static GLXDrawable loader_glXGetCurrentDrawable (void)
static Bool loader_glXIsDirect (Display *dpy, GLXContext ctx)
static Bool loader_glXMakeCurrent (Display *dpy, GLXDrawable drawable, GLXContext ctx)
static Bool loader_glXQueryExtension (Display *dpy, int *errorBase, int *eventBase)
static Bool loader_glXQueryVersion (Display *dpy, int *major, int *minor)
static void loader_glXSwapBuffers (Display *dpy, GLXDrawable drawable)
static void loader_glXUseXFont (Font font, int first, int count, int listBase)
static void loader_glXWaitGL (void)
static void loader_glXWaitX (void)
static const char * loader_glXGetClientString (Display *dpy, int name)
static const char * loader_glXQueryExtensionsString (Display *dpy, int screen)
static const char * loader_glXQueryServerString (Display *dpy, int screen, int name)
static Displayloader_glXGetCurrentDisplay (void)
static GLXFBConfigloader_glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements)
static GLXContext loader_glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
static GLXPbuffer loader_glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list)
static GLXPixmap loader_glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list)
static GLXWindow loader_glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list)
static void loader_glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf)
static void loader_glXDestroyPixmap (Display *dpy, GLXPixmap pixmap)
static void loader_glXDestroyWindow (Display *dpy, GLXWindow win)
static GLXDrawable loader_glXGetCurrentReadDrawable (void)
static int loader_glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value)
static GLXFBConfigloader_glXGetFBConfigs (Display *dpy, int screen, int *nelements)
static void loader_glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask)
static XVisualInfo * loader_glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config)
static Bool loader_glXMakeContextCurrent (Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
static int loader_glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value)
static void loader_glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value)
static void loader_glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask)
static __GLXextFuncPtr loader_glXGetProcAddress (const GLubyte *procName)
static void loader_glXBlitContextFramebufferAMD (GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static GLXContext loader_glXCreateAssociatedContextAMD (unsigned int id, GLXContext share_list)
static GLXContext loader_glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const int *attribList)
static Bool loader_glXDeleteAssociatedContextAMD (GLXContext ctx)
static unsigned int loader_glXGetContextGPUIDAMD (GLXContext ctx)
static GLXContext loader_glXGetCurrentAssociatedContextAMD (void)
static unsigned int loader_glXGetGPUIDsAMD (unsigned int maxCount, unsigned int *ids)
static int loader_glXGetGPUInfoAMD (unsigned int id, int property, GLenum dataType, unsigned int size, GLvoid *data)
static Bool loader_glXMakeAssociatedContextCurrentAMD (GLXContext ctx)
static GLXContext loader_glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list)
static __GLXextFuncPtr loader_glXGetProcAddressARB (const GLubyte *procName)
static void loader_glXBindTexImageATI (Display *dpy, GLXPbuffer pbuf, int buffer)
static void loader_glXDrawableAttribATI (Display *dpy, GLXDrawable draw, const int *attrib_list)
static void loader_glXReleaseTexImageATI (Display *dpy, GLXPbuffer pbuf, int buffer)
static void loader_glXFreeContextEXT (Display *dpy, GLXContext context)
static GLXContextID loader_glXGetContextIDEXT (const GLXContext context)
static GLXContext loader_glXImportContextEXT (Display *dpy, GLXContextID contextID)
static int loader_glXQueryContextInfoEXT (Display *dpy, GLXContext context, int attribute, int *value)
static void loader_glXSwapIntervalEXT (Display *dpy, GLXDrawable drawable, int interval)
static void loader_glXBindTexImageEXT (Display *display, GLXDrawable drawable, int buffer, const int *attrib_list)
static void loader_glXReleaseTexImageEXT (Display *display, GLXDrawable drawable, int buffer)
static unsigned int loader_glXGetAGPOffsetMESA (const void *pointer)
static void loader_glXCopySubBufferMESA (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height)
static GLXPixmap loader_glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap)
static Bool loader_glXReleaseBuffersMESA (Display *dpy, GLXDrawable d)
static GLboolean loader_glXSet3DfxModeMESA (GLint mode)
static int loader_glXGetSwapIntervalMESA (void)
static int loader_glXSwapIntervalMESA (unsigned int interval)
static void loader_glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
static int loader_glXBindVideoDeviceNV (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list)
static unsigned int * loader_glXEnumerateVideoDevicesNV (Display *dpy, int screen, int *nelements)
static Bool loader_glXBindSwapBarrierNV (Display *dpy, GLuint group, GLuint barrier)
static Bool loader_glXJoinSwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint group)
static Bool loader_glXQueryFrameCountNV (Display *dpy, int screen, GLuint *count)
static Bool loader_glXQueryMaxSwapGroupsNV (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers)
static Bool loader_glXQuerySwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier)
static Bool loader_glXResetFrameCountNV (Display *dpy, int screen)
static voidloader_glXAllocateMemoryNV (GLsizei size, GLfloat readFrequency, GLfloat writeFrequency, GLfloat priority)
static void loader_glXFreeMemoryNV (void *pointer)
static int loader_glXBindVideoCaptureDeviceNV (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device)
static GLXVideoCaptureDeviceNVloader_glXEnumerateVideoCaptureDevicesNV (Display *dpy, int screen, int *nelements)
static void loader_glXLockVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device)
static int loader_glXQueryVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value)
static void loader_glXReleaseVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device)
static int loader_glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer)
static int loader_glXGetVideoDeviceNV (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice)
static int loader_glXGetVideoInfoNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo)
static int loader_glXReleaseVideoDeviceNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice)
static int loader_glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf)
static int loader_glXSendPbufferToVideoNV (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock)
static Bool loader_glXGetMscRateOML (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator)
static Bool loader_glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc)
static int64_t loader_glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder)
static Bool loader_glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc)
static Bool loader_glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc)
static GLXFBConfigSGIXloader_glXChooseFBConfigSGIX (Display *dpy, int screen, const int *attrib_list, int *nelements)
static GLXContext loader_glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
static GLXPixmap loader_glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfig config, Pixmap pixmap)
static int loader_glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value)
static GLXFBConfigSGIX loader_glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis)
static XVisualInfo * loader_glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfig config)
static GLXPbuffer loader_glXCreateGLXPbufferSGIX (Display *dpy, GLXFBConfig config, unsigned int width, unsigned int height, int *attrib_list)
static void loader_glXDestroyGLXPbufferSGIX (Display *dpy, GLXPbuffer pbuf)
static void loader_glXGetSelectedEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long *mask)
static void loader_glXQueryGLXPbufferSGIX (Display *dpy, GLXPbuffer pbuf, int attribute, unsigned int *value)
static void loader_glXSelectEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long mask)
static void loader_glXBindSwapBarrierSGIX (Display *dpy, GLXDrawable drawable, int barrier)
static Bool loader_glXQueryMaxSwapBarriersSGIX (Display *dpy, int screen, int *max)
static void loader_glXJoinSwapGroupSGIX (Display *dpy, GLXDrawable drawable, GLXDrawable member)
static int loader_glXBindChannelToWindowSGIX (Display *display, int screen, int channel, Window window)
static int loader_glXChannelRectSGIX (Display *display, int screen, int channel, int x, int y, int w, int h)
static int loader_glXChannelRectSyncSGIX (Display *display, int screen, int channel, GLenum synctype)
static int loader_glXQueryChannelDeltasSGIX (Display *display, int screen, int channel, int *x, int *y, int *w, int *h)
static int loader_glXQueryChannelRectSGIX (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh)
static void loader_glXCushionSGI (Display *dpy, Window window, float cushion)
static GLXDrawable loader_glXGetCurrentReadDrawableSGI (void)
static Bool loader_glXMakeCurrentReadSGI (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
static int loader_glXSwapIntervalSGI (int interval)
static int loader_glXGetVideoSyncSGI (unsigned int *count)
static int loader_glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count)
static Status loader_glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, unsigned long *pTransparentIndex)
static int loader_glXGetVideoResizeSUN (Display *display, GLXDrawable window, float *factor)
static int loader_glXVideoResizeSUN (Display *display, GLXDrawable window, float factor)
static CGLError loader_CGLChoosePixelFormat (const CGLPixelFormatAttribute *attribs, CGLPixelFormatObj *pix, GLint *npix)
static CGLError loader_CGLClearDrawable (CGLContextObj ctx)
static CGLError loader_CGLCopyContext (CGLContextObj src, CGLContextObj dst, GLbitfield mask)
static CGLError loader_CGLCreateContext (CGLPixelFormatObj pix, CGLContextObj share, CGLContextObj *ctx)
static CGLError loader_CGLDescribePixelFormat (CGLPixelFormatObj pix, GLint pix_num, CGLPixelFormatAttribute attrib, GLint *value)
static CGLError loader_CGLDescribeRenderer (CGLRendererInfoObj rend, GLint rend_num, CGLRendererProperty prop, GLint *value)
static CGLError loader_CGLDestroyContext (CGLContextObj ctx)
static CGLError loader_CGLDestroyPixelFormat (CGLPixelFormatObj pix)
static CGLError loader_CGLDestroyRendererInfo (CGLRendererInfoObj rend)
static CGLError loader_CGLDisable (CGLContextObj ctx, CGLContextEnable pname)
static CGLError loader_CGLEnable (CGLContextObj ctx, CGLContextEnable pname)
static const char * loader_CGLErrorString (CGLError error)
static CGLError loader_CGLFlushDrawable (CGLContextObj ctx)
static CGLError loader_CGLGetOffScreen (CGLContextObj ctx, GLsizei *width, GLsizei *height, GLsizei *rowbytes, void **baseaddr)
static CGLError loader_CGLGetOption (CGLGlobalOption pname, GLint *param)
static CGLError loader_CGLGetParameter (CGLContextObj ctx, CGLContextParameter pname, GLint *params)
static void loader_CGLGetVersion (GLint *majorvers, GLint *minorvers)
static CGLError loader_CGLGetVirtualScreen (CGLContextObj ctx, GLint *screen)
static CGLError loader_CGLIsEnabled (CGLContextObj ctx, CGLContextEnable pname, GLint *enable)
static CGLError loader_CGLQueryRendererInfo (GLuint display_mask, CGLRendererInfoObj *rend, GLint *nrend)
static CGLError loader_CGLSetFullScreen (CGLContextObj ctx)
static CGLError loader_CGLSetOffScreen (CGLContextObj ctx, GLsizei width, GLsizei height, GLsizei rowbytes, void *baseaddr)
static CGLError loader_CGLSetOption (CGLGlobalOption pname, GLint param)
static CGLError loader_CGLSetParameter (CGLContextObj ctx, CGLContextParameter pname, const GLint *params)
static CGLError loader_CGLSetVirtualScreen (CGLContextObj ctx, GLint screen)
static CGLError loader_CGLCreatePBuffer (GLsizei width, GLsizei height, GLenum target, GLenum internalFormat, GLint max_level, CGLPBufferObj *pbuffer)
static CGLError loader_CGLDescribePBuffer (CGLPBufferObj pbuffer, GLsizei *width, GLsizei *height, GLenum *target, GLenum *internalFormat, GLint *mipmap)
static CGLError loader_CGLDestroyPBuffer (CGLPBufferObj pbuffer)
static CGLError loader_CGLGetPBuffer (CGLContextObj ctx, CGLPBufferObj *pbuffer, GLenum *face, GLint *level, GLint *screen)
static CGLError loader_CGLSetPBuffer (CGLContextObj ctx, CGLPBufferObj pbuffer, GLenum face, GLint level, GLint screen)
static CGLError loader_CGLTexImagePBuffer (CGLContextObj ctx, CGLPBufferObj pbuffer, GLenum source)
static GLuint loader_CGLGetContextRetainCount (CGLContextObj ctx)
static CGLError loader_CGLGetGlobalOption (CGLGlobalOption pname, GLint *params)
static GLuint loader_CGLGetPBufferRetainCount (CGLPBufferObj pbuffer)
static CGLPixelFormatObj loader_CGLGetPixelFormat (CGLContextObj ctx)
static GLuint loader_CGLGetPixelFormatRetainCount (CGLPixelFormatObj pix)
static CGLError loader_CGLLockContext (CGLContextObj ctx)
static void loader_CGLReleaseContext (CGLContextObj ctx)
static void loader_CGLReleasePBuffer (CGLPBufferObj pbuffer)
static void loader_CGLReleasePixelFormat (CGLPixelFormatObj pix)
static CGLContextObj loader_CGLRetainContext (CGLContextObj ctx)
static CGLPBufferObj loader_CGLRetainPBuffer (CGLPBufferObj pbuffer)
static CGLPixelFormatObj loader_CGLRetainPixelFormat (CGLPixelFormatObj pix)
static CGLError loader_CGLSetGlobalOption (CGLGlobalOption pname, const GLint *params)
static CGLError loader_CGLUnlockContext (CGLContextObj ctx)
static CGLContextObj loader_CGLGetCurrentContext (void)
static CGLShareGroupObj loader_CGLGetShareGroup (CGLContextObj ctx)
static CGLError loader_CGLGetSurface (CGLContextObj ctx, CGSConnectionID *conn, CGSWindowID *win, CGSSurfaceID *srf)
static CGLError loader_CGLSetCurrentContext (CGLContextObj ctx)
static CGLError loader_CGLSetSurface (CGLContextObj ctx, CGSConnectionID conn, CGSWindowID win, CGSSurfaceID srf)
static CGLError loader_CGLTexImageIOSurface2D (CGLContextObj ctx, GLenum target, GLenum internal_format, GLsizei width, GLsizei height, GLenum format, GLenum type, IOSurfaceRef ioSurface, GLuint plane)
static CGLError loader_CGLUpdateContext (CGLContextObj ctx)
static EGLBoolean loader_eglQuerySurfacePointerANGLE (EGLDisplay dpy, EGLSurface surface, EGLint attribute, GLvoid **value)
static EGLint loader_eglClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR GLsync, EGLint flags, EGLTimeKHR timeout)
static EGLSyncKHR loader_eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
static EGLBoolean loader_eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR GLsync)
static EGLBoolean loader_eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR GLsync, EGLint attribute, EGLint *value)
static EGLImageKHR loader_eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list)
static EGLBoolean loader_eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image)
static EGLBoolean loader_eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list)
static EGLBoolean loader_eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface)
static EGLBoolean loader_eglStreamConsumerAcquireKHR (EGLDisplay dpy, EGLStreamKHR stream)
static EGLBoolean loader_eglStreamConsumerGLTextureExternalKHR (EGLDisplay dpy, EGLStreamKHR stream)
static EGLBoolean loader_eglStreamConsumerReleaseKHR (EGLDisplay dpy, EGLStreamKHR stream)
static EGLStreamKHR loader_eglCreateStreamFromFileDescriptorKHR (EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor)
static EGLNativeFileDescriptorKHR loader_eglGetStreamFileDescriptorKHR (EGLDisplay dpy, EGLStreamKHR stream)
static EGLSurface loader_eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list)
static EGLint loader_eglWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR GLsync, EGLint flags)
static EGLImageKHR loader_eglCreateDRMImageMESA (EGLDisplay dpy, const EGLint *attrib_list)
static EGLBoolean loader_eglExportDRMImageMESA (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride)
static void loader_eglCoverageMaskNV (GLboolean mask)
static void loader_eglCoverageOperationNV (GLenum operation)
static EGLBoolean loader_eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height)
static EGLint loader_eglClientWaitSyncNV (EGLSyncNV GLsync, EGLint flags, EGLTimeNV timeout)
static EGLSyncNV loader_eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list)
static EGLBoolean loader_eglDestroySyncNV (EGLSyncNV GLsync)
static EGLBoolean loader_eglFenceNV (EGLSyncNV GLsync)
static EGLBoolean loader_eglGetSyncAttribNV (EGLSyncNV GLsync, EGLint attribute, EGLint *value)
static EGLBoolean loader_eglSignalSyncNV (EGLSyncNV GLsync, EGLenum mode)
static EGLuint64NV loader_eglGetSystemTimeFrequencyNV (void)
static EGLuint64NV loader_eglGetSystemTimeNV (void)
static EGLBoolean loader_eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
static EGLBoolean loader_eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
static EGLContext loader_eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
static EGLSurface loader_eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
static EGLSurface loader_eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
static EGLSurface loader_eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
static EGLBoolean loader_eglDestroyContext (EGLDisplay dpy, EGLContext ctx)
static EGLBoolean loader_eglDestroySurface (EGLDisplay dpy, EGLSurface surface)
static EGLBoolean loader_eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
static EGLBoolean loader_eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)
static EGLContext loader_eglGetCurrentContext (void)
static EGLDisplay loader_eglGetCurrentDisplay (void)
static EGLSurface loader_eglGetCurrentSurface (EGLint readdraw)
static EGLDisplay loader_eglGetDisplay (EGLNativeDisplayType display_id)
static EGLint loader_eglGetError (void)
static
__eglMustCastToProperFunctionPointerType 
loader_eglGetProcAddress (const char *procname)
static EGLBoolean loader_eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor)
static EGLBoolean loader_eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
static EGLBoolean loader_eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
static const char * loader_eglQueryString (EGLDisplay dpy, EGLint name)
static EGLBoolean loader_eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value)
static EGLBoolean loader_eglSwapBuffers (EGLDisplay dpy, EGLSurface surface)
static EGLBoolean loader_eglTerminate (EGLDisplay dpy)
static EGLBoolean loader_eglWaitGL (void)
static EGLBoolean loader_eglWaitNative (EGLint engine)
static EGLBoolean loader_eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer)
static EGLBoolean loader_eglReleaseTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer)
static EGLBoolean loader_eglBindAPI (EGLenum api)
static EGLSurface loader_eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list)
static EGLenum loader_eglQueryAPI (void)
static EGLBoolean loader_eglReleaseThread (void)
static EGLBoolean loader_eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
static EGLBoolean loader_eglSwapInterval (EGLDisplay dpy, EGLint interval)
static EGLBoolean loader_eglWaitClient (void)
void InitDispatchTableLoader (DispatchTableGL &tbl)
void InitDispatchTableGlobalLoader (DispatchTableGlobal &tbl)

Function Documentation

static CGLError loader_CGLChoosePixelFormat ( const CGLPixelFormatAttribute attribs,
CGLPixelFormatObj pix,
GLint npix 
) [static]
static CGLError loader_CGLCopyContext ( CGLContextObj  src,
CGLContextObj  dst,
GLbitfield  mask 
) [static]
static CGLError loader_CGLCreateContext ( CGLPixelFormatObj  pix,
CGLContextObj  share,
CGLContextObj ctx 
) [static]
static CGLError loader_CGLCreatePBuffer ( GLsizei  width,
GLsizei  height,
GLenum  target,
GLenum  internalFormat,
GLint  max_level,
CGLPBufferObj pbuffer 
) [static]
static CGLError loader_CGLDescribePBuffer ( CGLPBufferObj  pbuffer,
GLsizei width,
GLsizei height,
GLenum target,
GLenum internalFormat,
GLint mipmap 
) [static]
static CGLError loader_CGLDescribePixelFormat ( CGLPixelFormatObj  pix,
GLint  pix_num,
CGLPixelFormatAttribute  attrib,
GLint value 
) [static]
static CGLError loader_CGLDescribeRenderer ( CGLRendererInfoObj  rend,
GLint  rend_num,
CGLRendererProperty  prop,
GLint value 
) [static]
static CGLError loader_CGLDestroyPBuffer ( CGLPBufferObj  pbuffer) [static]
static CGLError loader_CGLDisable ( CGLContextObj  ctx,
CGLContextEnable  pname 
) [static]
static CGLError loader_CGLEnable ( CGLContextObj  ctx,
CGLContextEnable  pname 
) [static]
static const char* loader_CGLErrorString ( CGLError  error) [static]
static CGLError loader_CGLGetGlobalOption ( CGLGlobalOption  pname,
GLint params 
) [static]
static CGLError loader_CGLGetOffScreen ( CGLContextObj  ctx,
GLsizei width,
GLsizei height,
GLsizei rowbytes,
void **  baseaddr 
) [static]
static CGLError loader_CGLGetOption ( CGLGlobalOption  pname,
GLint param 
) [static]
static CGLError loader_CGLGetParameter ( CGLContextObj  ctx,
CGLContextParameter  pname,
GLint params 
) [static]
static CGLError loader_CGLGetPBuffer ( CGLContextObj  ctx,
CGLPBufferObj pbuffer,
GLenum face,
GLint level,
GLint screen 
) [static]
static CGLError loader_CGLGetSurface ( CGLContextObj  ctx,
CGSConnectionID conn,
CGSWindowID win,
CGSSurfaceID srf 
) [static]
static void loader_CGLGetVersion ( GLint majorvers,
GLint minorvers 
) [static]
static CGLError loader_CGLGetVirtualScreen ( CGLContextObj  ctx,
GLint screen 
) [static]
static CGLError loader_CGLIsEnabled ( CGLContextObj  ctx,
CGLContextEnable  pname,
GLint enable 
) [static]
static CGLError loader_CGLLockContext ( CGLContextObj  ctx) [static]
static CGLError loader_CGLQueryRendererInfo ( GLuint  display_mask,
CGLRendererInfoObj rend,
GLint nrend 
) [static]
static void loader_CGLReleaseContext ( CGLContextObj  ctx) [static]
static void loader_CGLReleasePBuffer ( CGLPBufferObj  pbuffer) [static]
static CGLPBufferObj loader_CGLRetainPBuffer ( CGLPBufferObj  pbuffer) [static]
static CGLError loader_CGLSetGlobalOption ( CGLGlobalOption  pname,
const GLint params 
) [static]
static CGLError loader_CGLSetOffScreen ( CGLContextObj  ctx,
GLsizei  width,
GLsizei  height,
GLsizei  rowbytes,
void baseaddr 
) [static]
static CGLError loader_CGLSetOption ( CGLGlobalOption  pname,
GLint  param 
) [static]
static CGLError loader_CGLSetParameter ( CGLContextObj  ctx,
CGLContextParameter  pname,
const GLint params 
) [static]
static CGLError loader_CGLSetPBuffer ( CGLContextObj  ctx,
CGLPBufferObj  pbuffer,
GLenum  face,
GLint  level,
GLint  screen 
) [static]
static CGLError loader_CGLSetSurface ( CGLContextObj  ctx,
CGSConnectionID  conn,
CGSWindowID  win,
CGSSurfaceID  srf 
) [static]
static CGLError loader_CGLSetVirtualScreen ( CGLContextObj  ctx,
GLint  screen 
) [static]
static CGLError loader_CGLTexImageIOSurface2D ( CGLContextObj  ctx,
GLenum  target,
GLenum  internal_format,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
IOSurfaceRef  ioSurface,
GLuint  plane 
) [static]
static CGLError loader_CGLTexImagePBuffer ( CGLContextObj  ctx,
CGLPBufferObj  pbuffer,
GLenum  source 
) [static]
static EGLBoolean loader_eglBindAPI ( EGLenum  api) [static]
static EGLBoolean loader_eglBindTexImage ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  buffer 
) [static]
static EGLBoolean loader_eglChooseConfig ( EGLDisplay  dpy,
const EGLint attrib_list,
EGLConfig configs,
EGLint  config_size,
EGLint num_config 
) [static]
static EGLint loader_eglClientWaitSyncKHR ( EGLDisplay  dpy,
EGLSyncKHR  GLsync,
EGLint  flags,
EGLTimeKHR  timeout 
) [static]
static EGLint loader_eglClientWaitSyncNV ( EGLSyncNV  GLsync,
EGLint  flags,
EGLTimeNV  timeout 
) [static]
static EGLBoolean loader_eglCopyBuffers ( EGLDisplay  dpy,
EGLSurface  surface,
EGLNativePixmapType  target 
) [static]
static void loader_eglCoverageMaskNV ( GLboolean  mask) [static]
static void loader_eglCoverageOperationNV ( GLenum  operation) [static]
static EGLContext loader_eglCreateContext ( EGLDisplay  dpy,
EGLConfig  config,
EGLContext  share_context,
const EGLint attrib_list 
) [static]
static EGLImageKHR loader_eglCreateDRMImageMESA ( EGLDisplay  dpy,
const EGLint attrib_list 
) [static]
static EGLSyncNV loader_eglCreateFenceSyncNV ( EGLDisplay  dpy,
EGLenum  condition,
const EGLint attrib_list 
) [static]
static EGLImageKHR loader_eglCreateImageKHR ( EGLDisplay  dpy,
EGLContext  ctx,
EGLenum  target,
EGLClientBuffer  buffer,
const EGLint attrib_list 
) [static]
static EGLSurface loader_eglCreatePbufferFromClientBuffer ( EGLDisplay  dpy,
EGLenum  buftype,
EGLClientBuffer  buffer,
EGLConfig  config,
const EGLint attrib_list 
) [static]
static EGLSurface loader_eglCreatePbufferSurface ( EGLDisplay  dpy,
EGLConfig  config,
const EGLint attrib_list 
) [static]
static EGLSurface loader_eglCreatePixmapSurface ( EGLDisplay  dpy,
EGLConfig  config,
EGLNativePixmapType  pixmap,
const EGLint attrib_list 
) [static]
static EGLSurface loader_eglCreateStreamProducerSurfaceKHR ( EGLDisplay  dpy,
EGLConfig  config,
EGLStreamKHR  stream,
const EGLint attrib_list 
) [static]
static EGLSyncKHR loader_eglCreateSyncKHR ( EGLDisplay  dpy,
EGLenum  type,
const EGLint attrib_list 
) [static]
static EGLSurface loader_eglCreateWindowSurface ( EGLDisplay  dpy,
EGLConfig  config,
EGLNativeWindowType  win,
const EGLint attrib_list 
) [static]
static EGLBoolean loader_eglDestroyContext ( EGLDisplay  dpy,
EGLContext  ctx 
) [static]
static EGLBoolean loader_eglDestroyImageKHR ( EGLDisplay  dpy,
EGLImageKHR  image 
) [static]
static EGLBoolean loader_eglDestroySurface ( EGLDisplay  dpy,
EGLSurface  surface 
) [static]
static EGLBoolean loader_eglDestroySyncKHR ( EGLDisplay  dpy,
EGLSyncKHR  GLsync 
) [static]
static EGLBoolean loader_eglDestroySyncNV ( EGLSyncNV  GLsync) [static]
static EGLBoolean loader_eglExportDRMImageMESA ( EGLDisplay  dpy,
EGLImageKHR  image,
EGLint name,
EGLint handle,
EGLint stride 
) [static]
static EGLBoolean loader_eglFenceNV ( EGLSyncNV  GLsync) [static]
static EGLBoolean loader_eglGetConfigAttrib ( EGLDisplay  dpy,
EGLConfig  config,
EGLint  attribute,
EGLint value 
) [static]
static EGLBoolean loader_eglGetConfigs ( EGLDisplay  dpy,
EGLConfig configs,
EGLint  config_size,
EGLint num_config 
) [static]
static EGLSurface loader_eglGetCurrentSurface ( EGLint  readdraw) [static]
static EGLDisplay loader_eglGetDisplay ( EGLNativeDisplayType  display_id) [static]
static EGLint loader_eglGetError ( void  ) [static]
static __eglMustCastToProperFunctionPointerType loader_eglGetProcAddress ( const char *  procname) [static]
static EGLBoolean loader_eglGetSyncAttribKHR ( EGLDisplay  dpy,
EGLSyncKHR  GLsync,
EGLint  attribute,
EGLint value 
) [static]
static EGLBoolean loader_eglGetSyncAttribNV ( EGLSyncNV  GLsync,
EGLint  attribute,
EGLint value 
) [static]
static EGLBoolean loader_eglInitialize ( EGLDisplay  dpy,
EGLint major,
EGLint minor 
) [static]
static EGLBoolean loader_eglLockSurfaceKHR ( EGLDisplay  display,
EGLSurface  surface,
const EGLint attrib_list 
) [static]
static EGLBoolean loader_eglMakeCurrent ( EGLDisplay  dpy,
EGLSurface  draw,
EGLSurface  read,
EGLContext  ctx 
) [static]
static EGLBoolean loader_eglPostSubBufferNV ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  x,
EGLint  y,
EGLint  width,
EGLint  height 
) [static]
static EGLenum loader_eglQueryAPI ( void  ) [static]
static EGLBoolean loader_eglQueryContext ( EGLDisplay  dpy,
EGLContext  ctx,
EGLint  attribute,
EGLint value 
) [static]
static const char* loader_eglQueryString ( EGLDisplay  dpy,
EGLint  name 
) [static]
static EGLBoolean loader_eglQuerySurface ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  attribute,
EGLint value 
) [static]
static EGLBoolean loader_eglQuerySurfacePointerANGLE ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  attribute,
GLvoid **  value 
) [static]
static EGLBoolean loader_eglReleaseTexImage ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  buffer 
) [static]
static EGLBoolean loader_eglReleaseThread ( void  ) [static]
static EGLBoolean loader_eglSignalSyncNV ( EGLSyncNV  GLsync,
EGLenum  mode 
) [static]
static EGLBoolean loader_eglSurfaceAttrib ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  attribute,
EGLint  value 
) [static]
static EGLBoolean loader_eglSwapBuffers ( EGLDisplay  dpy,
EGLSurface  surface 
) [static]
static EGLBoolean loader_eglSwapInterval ( EGLDisplay  dpy,
EGLint  interval 
) [static]
static EGLBoolean loader_eglTerminate ( EGLDisplay  dpy) [static]
static EGLBoolean loader_eglUnlockSurfaceKHR ( EGLDisplay  display,
EGLSurface  surface 
) [static]
static EGLBoolean loader_eglWaitClient ( void  ) [static]
static EGLBoolean loader_eglWaitGL ( void  ) [static]
static EGLBoolean loader_eglWaitNative ( EGLint  engine) [static]
static EGLint loader_eglWaitSyncKHR ( EGLDisplay  dpy,
EGLSyncKHR  GLsync,
EGLint  flags 
) [static]
static void loader_glAccum ( GLenum  op,
GLfloat  value 
) [static]
static void loader_glActiveProgramEXT ( GLuint  program) [static]
static void loader_glActiveShaderProgram ( GLuint  pipeline,
GLuint  program 
) [static]
static void loader_glActiveStencilFaceEXT ( GLenum  face) [static]
static void loader_glActiveTexture ( GLenum  texture) [static]
static void loader_glActiveTextureARB ( GLenum  texture) [static]
static void loader_glActiveVaryingNV ( GLuint  program,
const GLchar name 
) [static]
static void loader_glAddSwapHintRectWIN ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glAlphaFragmentOp1ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod 
) [static]
static void loader_glAlphaFragmentOp2ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod,
GLuint  arg2,
GLuint  arg2Rep,
GLuint  arg2Mod 
) [static]
static void loader_glAlphaFragmentOp3ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod,
GLuint  arg2,
GLuint  arg2Rep,
GLuint  arg2Mod,
GLuint  arg3,
GLuint  arg3Rep,
GLuint  arg3Mod 
) [static]
static void loader_glAlphaFunc ( GLenum  func,
GLclampf  ref 
) [static]
static void loader_glAlphaFuncQCOM ( GLenum  func,
GLclampf  ref 
) [static]
static void loader_glAlphaFuncx ( GLenum  func,
GLclampx  ref 
) [static]
static void loader_glApplyTextureEXT ( GLenum  mode) [static]
static GLboolean loader_glAreProgramsResidentNV ( GLsizei  n,
const GLuint programs,
GLboolean residences 
) [static]
static GLboolean loader_glAreTexturesResident ( GLsizei  n,
const GLuint textures,
GLboolean residences 
) [static]
static GLboolean loader_glAreTexturesResidentEXT ( GLsizei  n,
const GLuint textures,
GLboolean residences 
) [static]
static void loader_glArrayElement ( GLint  index) [static]
static void loader_glArrayElementEXT ( GLint  i) [static]
static void loader_glArrayObjectATI ( GLenum  array,
GLint  size,
GLenum  type,
GLsizei  stride,
GLuint  buffer,
GLuint  offset 
) [static]
static void loader_glAsyncMarkerSGIX ( GLuint  marker) [static]
static void loader_glAttachObjectARB ( GLhandleARB  containerObj,
GLhandleARB  obj 
) [static]
static void loader_glAttachShader ( GLuint  program,
GLuint  shader 
) [static]
static void loader_glBegin ( GLenum  mode) [static]
static void loader_glBeginConditionalRender ( GLuint  id,
GLenum  mode 
) [static]
static void loader_glBeginConditionalRenderNV ( GLuint  id,
GLenum  mode 
) [static]
static void loader_glBeginFragmentShaderATI ( void  ) [static]
static void loader_glBeginOcclusionQueryNV ( GLuint  id) [static]
static void loader_glBeginPerfMonitorAMD ( GLuint  monitor) [static]
static void loader_glBeginQuery ( GLenum  target,
GLuint  id 
) [static]
static void loader_glBeginQueryARB ( GLenum  target,
GLuint  id 
) [static]
static void loader_glBeginQueryEXT ( GLenum  target,
GLuint  id 
) [static]
static void loader_glBeginQueryIndexed ( GLenum  target,
GLuint  index,
GLuint  id 
) [static]
static void loader_glBeginSceneEXT ( void  ) [static]
static void loader_glBeginTransformFeedback ( GLenum  primitiveMode) [static]
static void loader_glBeginTransformFeedbackEXT ( GLenum  primitiveMode) [static]
static void loader_glBeginTransformFeedbackNV ( GLenum  primitiveMode) [static]
static void loader_glBeginVertexShaderEXT ( void  ) [static]
static void loader_glBeginVideoCaptureNV ( GLuint  video_capture_slot) [static]
static void loader_glBindAttribLocation ( GLuint  program,
GLuint  index,
const GLchar name 
) [static]
static void loader_glBindAttribLocationARB ( GLhandleARB  programObj,
GLuint  index,
const GLcharARB name 
) [static]
static void loader_glBindBuffer ( GLenum  target,
GLuint  buffer 
) [static]
static void loader_glBindBufferARB ( GLenum  target,
GLuint  buffer 
) [static]
static void loader_glBindBufferBase ( GLenum  target,
GLuint  index,
GLuint  buffer 
) [static]
static void loader_glBindBufferBaseEXT ( GLenum  target,
GLuint  index,
GLuint  buffer 
) [static]
static void loader_glBindBufferBaseNV ( GLenum  target,
GLuint  index,
GLuint  buffer 
) [static]
static void loader_glBindBufferOffsetEXT ( GLenum  target,
GLuint  index,
GLuint  buffer,
GLintptr  offset 
) [static]
static void loader_glBindBufferOffsetNV ( GLenum  target,
GLuint  index,
GLuint  buffer,
GLintptr  offset 
) [static]
static void loader_glBindBufferRange ( GLenum  target,
GLuint  index,
GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void loader_glBindBufferRangeEXT ( GLenum  target,
GLuint  index,
GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void loader_glBindBufferRangeNV ( GLenum  target,
GLuint  index,
GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void loader_glBindFragDataLocation ( GLuint  program,
GLuint  color,
const GLchar name 
) [static]
static void loader_glBindFragDataLocationEXT ( GLuint  program,
GLuint  color,
const GLchar name 
) [static]
static void loader_glBindFragDataLocationIndexed ( GLuint  program,
GLuint  colorNumber,
GLuint  index,
const GLchar name 
) [static]
static void loader_glBindFragmentShaderATI ( GLuint  id) [static]
static void loader_glBindFramebuffer ( GLenum  target,
GLuint  framebuffer 
) [static]
static void loader_glBindFramebufferEXT ( GLenum  target,
GLuint  framebuffer 
) [static]
static void loader_glBindFramebufferOES ( GLenum  target,
GLuint  framebuffer 
) [static]
static void loader_glBindImageTexture ( GLuint  unit,
GLuint  texture,
GLint  level,
GLboolean  layered,
GLint  layer,
GLenum  access,
GLenum  format 
) [static]
static void loader_glBindImageTextureEXT ( GLuint  index,
GLuint  texture,
GLint  level,
GLboolean  layered,
GLint  layer,
GLenum  access,
GLint  format 
) [static]
static GLuint loader_glBindLightParameterEXT ( GLenum  light,
GLenum  value 
) [static]
static GLuint loader_glBindMaterialParameterEXT ( GLenum  face,
GLenum  value 
) [static]
static void loader_glBindMultiTextureEXT ( GLenum  texunit,
GLenum  target,
GLuint  texture 
) [static]
static GLuint loader_glBindParameterEXT ( GLenum  value) [static]
static void loader_glBindProgramARB ( GLenum  target,
GLuint  program 
) [static]
static void loader_glBindProgramNV ( GLenum  target,
GLuint  id 
) [static]
static void loader_glBindProgramPipeline ( GLuint  pipeline) [static]
static void loader_glBindRenderbuffer ( GLenum  target,
GLuint  renderbuffer 
) [static]
static void loader_glBindRenderbufferEXT ( GLenum  target,
GLuint  renderbuffer 
) [static]
static void loader_glBindRenderbufferOES ( GLenum  target,
GLuint  renderbuffer 
) [static]
static void loader_glBindSampler ( GLuint  unit,
GLuint  sampler 
) [static]
static GLuint loader_glBindTexGenParameterEXT ( GLenum  unit,
GLenum  coord,
GLenum  value 
) [static]
static void loader_glBindTexture ( GLenum  target,
GLuint  texture 
) [static]
static void loader_glBindTextureEXT ( GLenum  target,
GLuint  texture 
) [static]
static GLuint loader_glBindTextureUnitParameterEXT ( GLenum  unit,
GLenum  value 
) [static]
static void loader_glBindTransformFeedback ( GLenum  target,
GLuint  id 
) [static]
static void loader_glBindTransformFeedbackNV ( GLenum  target,
GLuint  id 
) [static]
static void loader_glBindVertexArray ( GLuint  array) [static]
static void loader_glBindVertexArrayAPPLE ( GLuint  array) [static]
static void loader_glBindVertexArrayOES ( GLuint  array) [static]
static void loader_glBindVertexBuffer ( GLuint  bindingindex,
GLuint  buffer,
GLintptr  offset,
GLsizei  stride 
) [static]
static void loader_glBindVertexShaderEXT ( GLuint  id) [static]
static void loader_glBindVideoCaptureStreamBufferNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  frame_region,
GLintptr  offset 
) [static]
static void loader_glBindVideoCaptureStreamTextureNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  frame_region,
GLenum  target,
GLuint  texture 
) [static]
static void loader_glBinormal3bEXT ( GLbyte  bx,
GLbyte  by,
GLbyte  bz 
) [static]
static void loader_glBinormal3bvEXT ( const GLbyte v) [static]
static void loader_glBinormal3dEXT ( GLdouble  bx,
GLdouble  by,
GLdouble  bz 
) [static]
static void loader_glBinormal3dvEXT ( const GLdouble v) [static]
static void loader_glBinormal3fEXT ( GLfloat  bx,
GLfloat  by,
GLfloat  bz 
) [static]
static void loader_glBinormal3fvEXT ( const GLfloat v) [static]
static void loader_glBinormal3iEXT ( GLint  bx,
GLint  by,
GLint  bz 
) [static]
static void loader_glBinormal3ivEXT ( const GLint v) [static]
static void loader_glBinormal3sEXT ( GLshort  bx,
GLshort  by,
GLshort  bz 
) [static]
static void loader_glBinormal3svEXT ( const GLshort v) [static]
static void loader_glBinormalPointerEXT ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glBitmap ( GLsizei  width,
GLsizei  height,
GLfloat  xorig,
GLfloat  yorig,
GLfloat  xmove,
GLfloat  ymove,
const GLubyte bitmap 
) [static]
static void loader_glBlendColor ( GLclampf  red,
GLclampf  green,
GLclampf  blue,
GLclampf  alpha 
) [static]
static void loader_glBlendColorEXT ( GLclampf  red,
GLclampf  green,
GLclampf  blue,
GLclampf  alpha 
) [static]
static void loader_glBlendEquation ( GLenum  mode) [static]
static void loader_glBlendEquationEXT ( GLenum  mode) [static]
static void loader_glBlendEquationi ( GLuint  buf,
GLenum  mode 
) [static]
static void loader_glBlendEquationiARB ( GLuint  buf,
GLenum  mode 
) [static]
static void loader_glBlendEquationIndexedAMD ( GLuint  buf,
GLenum  mode 
) [static]
static void loader_glBlendEquationOES ( GLenum  mode) [static]
static void loader_glBlendEquationSeparate ( GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void loader_glBlendEquationSeparateEXT ( GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void loader_glBlendEquationSeparatei ( GLuint  buf,
GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void loader_glBlendEquationSeparateiARB ( GLuint  buf,
GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void loader_glBlendEquationSeparateIndexedAMD ( GLuint  buf,
GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void loader_glBlendEquationSeparateOES ( GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void loader_glBlendFunc ( GLenum  sfactor,
GLenum  dfactor 
) [static]
static void loader_glBlendFunci ( GLuint  buf,
GLenum  src,
GLenum  dst 
) [static]
static void loader_glBlendFunciARB ( GLuint  buf,
GLenum  src,
GLenum  dst 
) [static]
static void loader_glBlendFuncIndexedAMD ( GLuint  buf,
GLenum  src,
GLenum  dst 
) [static]
static void loader_glBlendFuncSeparate ( GLenum  sfactorRGB,
GLenum  dfactorRGB,
GLenum  sfactorAlpha,
GLenum  dfactorAlpha 
) [static]
static void loader_glBlendFuncSeparateEXT ( GLenum  sfactorRGB,
GLenum  dfactorRGB,
GLenum  sfactorAlpha,
GLenum  dfactorAlpha 
) [static]
static void loader_glBlendFuncSeparatei ( GLuint  buf,
GLenum  srcRGB,
GLenum  dstRGB,
GLenum  srcAlpha,
GLenum  dstAlpha 
) [static]
static void loader_glBlendFuncSeparateiARB ( GLuint  buf,
GLenum  srcRGB,
GLenum  dstRGB,
GLenum  srcAlpha,
GLenum  dstAlpha 
) [static]
static void loader_glBlendFuncSeparateIndexedAMD ( GLuint  buf,
GLenum  srcRGB,
GLenum  dstRGB,
GLenum  srcAlpha,
GLenum  dstAlpha 
) [static]
static void loader_glBlendFuncSeparateINGR ( GLenum  sfactorRGB,
GLenum  dfactorRGB,
GLenum  sfactorAlpha,
GLenum  dfactorAlpha 
) [static]
static void loader_glBlendFuncSeparateOES ( GLenum  sfactorRGB,
GLenum  dfactorRGB,
GLenum  sfactorAlpha,
GLenum  dfactorAlpha 
) [static]
static void loader_glBlitFramebuffer ( GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static void loader_glBlitFramebufferANGLE ( GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static void loader_glBlitFramebufferEXT ( GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static void loader_glBlitFramebufferNV ( GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static void loader_glBufferAddressRangeNV ( GLenum  pname,
GLuint  index,
GLuint64EXT  address,
GLsizeiptr  length 
) [static]
static void loader_glBufferData ( GLenum  target,
GLsizeiptr  size,
const GLvoid data,
GLenum  usage 
) [static]
static void loader_glBufferDataARB ( GLenum  target,
GLsizeiptrARB  size,
const GLvoid data,
GLenum  usage 
) [static]
static void loader_glBufferParameteriAPPLE ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static GLuint loader_glBufferRegionEnabled ( void  ) [static]
static void loader_glBufferSubData ( GLenum  target,
GLintptr  offset,
GLsizeiptr  size,
const GLvoid data 
) [static]
static void loader_glBufferSubDataARB ( GLenum  target,
GLintptrARB  offset,
GLsizeiptrARB  size,
const GLvoid data 
) [static]
static void loader_glCallList ( GLuint  list) [static]
static void loader_glCallLists ( GLsizei  n,
GLenum  type,
const GLvoid lists 
) [static]
static GLenum loader_glCheckFramebufferStatus ( GLenum  target) [static]
static GLenum loader_glCheckFramebufferStatusEXT ( GLenum  target) [static]
static GLenum loader_glCheckFramebufferStatusOES ( GLenum  target) [static]
static GLenum loader_glCheckNamedFramebufferStatusEXT ( GLuint  framebuffer,
GLenum  target 
) [static]
static void loader_glClampColor ( GLenum  target,
GLenum  clamp 
) [static]
static void loader_glClampColorARB ( GLenum  target,
GLenum  clamp 
) [static]
static void loader_glClear ( GLbitfield  mask) [static]
static void loader_glClearAccum ( GLfloat  red,
GLfloat  green,
GLfloat  blue,
GLfloat  alpha 
) [static]
static void loader_glClearBufferData ( GLenum  target,
GLenum  internalformat,
GLenum  format,
GLenum  type,
const GLvoid data 
) [static]
static void loader_glClearBufferfi ( GLenum  buffer,
GLint  drawbuffer,
GLfloat  depth,
GLint  stencil 
) [static]
static void loader_glClearBufferfv ( GLenum  buffer,
GLint  drawbuffer,
const GLfloat value 
) [static]
static void loader_glClearBufferiv ( GLenum  buffer,
GLint  drawbuffer,
const GLint value 
) [static]
static void loader_glClearBufferSubData ( GLenum  target,
GLenum  internalformat,
GLintptr  offset,
GLsizeiptr  size,
GLenum  format,
GLenum  type,
const GLvoid data 
) [static]
static void loader_glClearBufferuiv ( GLenum  buffer,
GLint  drawbuffer,
const GLuint value 
) [static]
static void loader_glClearColor ( GLclampf  red,
GLclampf  green,
GLclampf  blue,
GLclampf  alpha 
) [static]
static void loader_glClearColorIiEXT ( GLint  red,
GLint  green,
GLint  blue,
GLint  alpha 
) [static]
static void loader_glClearColorIuiEXT ( GLuint  red,
GLuint  green,
GLuint  blue,
GLuint  alpha 
) [static]
static void loader_glClearColorx ( GLclampx  red,
GLclampx  green,
GLclampx  blue,
GLclampx  alpha 
) [static]
static void loader_glClearDepth ( GLclampd  depth) [static]
static void loader_glClearDepthdNV ( GLdouble  depth) [static]
static void loader_glClearDepthf ( GLclampf  d) [static]
static void loader_glClearDepthfOES ( GLclampd  depth) [static]
static void loader_glClearDepthx ( GLclampx  depth) [static]
static void loader_glClearIndex ( GLfloat  c) [static]
static void loader_glClearNamedBufferDataEXT ( GLuint  buffer,
GLenum  internalformat,
GLenum  format,
GLenum  type,
const GLvoid data 
) [static]
static void loader_glClearNamedBufferSubDataEXT ( GLuint  buffer,
GLenum  internalformat,
GLintptr  offset,
GLsizeiptr  size,
GLenum  format,
GLenum  type,
const GLvoid data 
) [static]
static void loader_glClearStencil ( GLint  s) [static]
static void loader_glClientActiveTexture ( GLenum  texture) [static]
static void loader_glClientActiveTextureARB ( GLenum  texture) [static]
static void loader_glClientActiveVertexStreamATI ( GLenum  stream) [static]
static void loader_glClientAttribDefaultEXT ( GLbitfield  mask) [static]
static GLenum loader_glClientWaitSync ( GLsync  sync,
GLbitfield  flags,
GLuint64  timeout 
) [static]
static GLenum loader_glClientWaitSyncAPPLE ( GLsync  sync,
GLbitfield  flags,
GLuint64  timeout 
) [static]
static void loader_glClipPlane ( GLenum  plane,
const GLdouble equation 
) [static]
static void loader_glClipPlanef ( GLenum  plane,
const GLfloat equation 
) [static]
static void loader_glClipPlanefOES ( GLenum  plane,
const GLfloat equation 
) [static]
static void loader_glClipPlanex ( GLenum  plane,
const GLfixed equation 
) [static]
static void loader_glColor3b ( GLbyte  red,
GLbyte  green,
GLbyte  blue 
) [static]
static void loader_glColor3bv ( const GLbyte v) [static]
static void loader_glColor3d ( GLdouble  red,
GLdouble  green,
GLdouble  blue 
) [static]
static void loader_glColor3dv ( const GLdouble v) [static]
static void loader_glColor3f ( GLfloat  red,
GLfloat  green,
GLfloat  blue 
) [static]
static void loader_glColor3fv ( const GLfloat v) [static]
static void loader_glColor3fVertex3fSUN ( GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glColor3fVertex3fvSUN ( const GLfloat c,
const GLfloat v 
) [static]
static void loader_glColor3hNV ( GLhalfNV  red,
GLhalfNV  green,
GLhalfNV  blue 
) [static]
static void loader_glColor3hvNV ( const GLhalfNV v) [static]
static void loader_glColor3i ( GLint  red,
GLint  green,
GLint  blue 
) [static]
static void loader_glColor3iv ( const GLint v) [static]
static void loader_glColor3s ( GLshort  red,
GLshort  green,
GLshort  blue 
) [static]
static void loader_glColor3sv ( const GLshort v) [static]
static void loader_glColor3ub ( GLubyte  red,
GLubyte  green,
GLubyte  blue 
) [static]
static void loader_glColor3ubv ( const GLubyte v) [static]
static void loader_glColor3ui ( GLuint  red,
GLuint  green,
GLuint  blue 
) [static]
static void loader_glColor3uiv ( const GLuint v) [static]
static void loader_glColor3us ( GLushort  red,
GLushort  green,
GLushort  blue 
) [static]
static void loader_glColor3usv ( const GLushort v) [static]
static void loader_glColor4b ( GLbyte  red,
GLbyte  green,
GLbyte  blue,
GLbyte  alpha 
) [static]
static void loader_glColor4bv ( const GLbyte v) [static]
static void loader_glColor4d ( GLdouble  red,
GLdouble  green,
GLdouble  blue,
GLdouble  alpha 
) [static]
static void loader_glColor4dv ( const GLdouble v) [static]
static void loader_glColor4f ( GLfloat  red,
GLfloat  green,
GLfloat  blue,
GLfloat  alpha 
) [static]
static void loader_glColor4fNormal3fVertex3fSUN ( GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glColor4fNormal3fVertex3fvSUN ( const GLfloat c,
const GLfloat n,
const GLfloat v 
) [static]
static void loader_glColor4fv ( const GLfloat v) [static]
static void loader_glColor4hNV ( GLhalfNV  red,
GLhalfNV  green,
GLhalfNV  blue,
GLhalfNV  alpha 
) [static]
static void loader_glColor4hvNV ( const GLhalfNV v) [static]
static void loader_glColor4i ( GLint  red,
GLint  green,
GLint  blue,
GLint  alpha 
) [static]
static void loader_glColor4iv ( const GLint v) [static]
static void loader_glColor4s ( GLshort  red,
GLshort  green,
GLshort  blue,
GLshort  alpha 
) [static]
static void loader_glColor4sv ( const GLshort v) [static]
static void loader_glColor4ub ( GLubyte  red,
GLubyte  green,
GLubyte  blue,
GLubyte  alpha 
) [static]
static void loader_glColor4ubv ( const GLubyte v) [static]
static void loader_glColor4ubVertex2fSUN ( GLubyte  r,
GLubyte  g,
GLubyte  b,
GLubyte  a,
GLfloat  x,
GLfloat  y 
) [static]
static void loader_glColor4ubVertex2fvSUN ( const GLubyte c,
const GLfloat v 
) [static]
static void loader_glColor4ubVertex3fSUN ( GLubyte  r,
GLubyte  g,
GLubyte  b,
GLubyte  a,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glColor4ubVertex3fvSUN ( const GLubyte c,
const GLfloat v 
) [static]
static void loader_glColor4ui ( GLuint  red,
GLuint  green,
GLuint  blue,
GLuint  alpha 
) [static]
static void loader_glColor4uiv ( const GLuint v) [static]
static void loader_glColor4us ( GLushort  red,
GLushort  green,
GLushort  blue,
GLushort  alpha 
) [static]
static void loader_glColor4usv ( const GLushort v) [static]
static void loader_glColor4x ( GLfixed  red,
GLfixed  green,
GLfixed  blue,
GLfixed  alpha 
) [static]
static void loader_glColorFormatNV ( GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void loader_glColorFragmentOp1ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMask,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod 
) [static]
static void loader_glColorFragmentOp2ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMask,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod,
GLuint  arg2,
GLuint  arg2Rep,
GLuint  arg2Mod 
) [static]
static void loader_glColorFragmentOp3ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMask,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod,
GLuint  arg2,
GLuint  arg2Rep,
GLuint  arg2Mod,
GLuint  arg3,
GLuint  arg3Rep,
GLuint  arg3Mod 
) [static]
static void loader_glColorMask ( GLboolean  red,
GLboolean  green,
GLboolean  blue,
GLboolean  alpha 
) [static]
static void loader_glColorMaski ( GLuint  index,
GLboolean  r,
GLboolean  g,
GLboolean  b,
GLboolean  a 
) [static]
static void loader_glColorMaskIndexedEXT ( GLuint  buf,
GLboolean  r,
GLboolean  g,
GLboolean  b,
GLboolean  a 
) [static]
static void loader_glColorMaterial ( GLenum  face,
GLenum  mode 
) [static]
static void loader_glColorP3ui ( GLenum  type,
GLuint  color 
) [static]
static void loader_glColorP3uiv ( GLenum  type,
const GLuint color 
) [static]
static void loader_glColorP4ui ( GLenum  type,
GLuint  color 
) [static]
static void loader_glColorP4uiv ( GLenum  type,
const GLuint color 
) [static]
static void loader_glColorPointer ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glColorPointerEXT ( GLint  size,
GLenum  type,
GLsizei  stride,
GLsizei  count,
const GLvoid pointer 
) [static]
static void loader_glColorPointerListIBM ( GLint  size,
GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void loader_glColorPointervINTEL ( GLint  size,
GLenum  type,
const GLvoid **  pointer 
) [static]
static void loader_glColorSubTable ( GLenum  target,
GLsizei  start,
GLsizei  count,
GLenum  format,
GLenum  type,
const GLvoid data 
) [static]
static void loader_glColorSubTableEXT ( GLenum  target,
GLsizei  start,
GLsizei  count,
GLenum  format,
GLenum  type,
const GLvoid table 
) [static]
static void loader_glColorTable ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid table 
) [static]
static void loader_glColorTableEXT ( GLenum  target,
GLenum  internalFormat,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid table 
) [static]
static void loader_glColorTableParameterfv ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glColorTableParameterfvSGI ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glColorTableParameteriv ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glColorTableParameterivSGI ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glColorTableSGI ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid table 
) [static]
static void loader_glCombinerInputNV ( GLenum  stage,
GLenum  portion,
GLenum  variable,
GLenum  input,
GLenum  mapping,
GLenum  componentUsage 
) [static]
static void loader_glCombinerOutputNV ( GLenum  stage,
GLenum  portion,
GLenum  abOutput,
GLenum  cdOutput,
GLenum  sumOutput,
GLenum  scale,
GLenum  bias,
GLboolean  abDotProduct,
GLboolean  cdDotProduct,
GLboolean  muxSum 
) [static]
static void loader_glCombinerParameterfNV ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glCombinerParameterfvNV ( GLenum  pname,
const GLfloat params 
) [static]
static void loader_glCombinerParameteriNV ( GLenum  pname,
GLint  param 
) [static]
static void loader_glCombinerParameterivNV ( GLenum  pname,
const GLint params 
) [static]
static void loader_glCombinerStageParameterfvNV ( GLenum  stage,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glCompileShader ( GLuint  shader) [static]
static void loader_glCompileShaderARB ( GLhandleARB  shaderObj) [static]
static void loader_glCompileShaderIncludeARB ( GLuint  shader,
GLsizei  count,
const GLchar **  path,
const GLint length 
) [static]
static void loader_glCompressedMultiTexImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedMultiTexImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void loader_glCompressedMultiTexImage3DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void loader_glCompressedMultiTexSubImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedMultiTexSubImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedMultiTexSubImage3DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexImage1D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexImage1DARB ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexImage2D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexImage2DARB ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexImage3D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexImage3DARB ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexImage3DOES ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexSubImage1D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexSubImage1DARB ( GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexSubImage2D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexSubImage2DARB ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexSubImage3D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexSubImage3DARB ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTexSubImage3DOES ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void loader_glCompressedTextureImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLint  border,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void loader_glCompressedTextureImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void loader_glCompressedTextureImage3DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void loader_glCompressedTextureSubImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void loader_glCompressedTextureSubImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void loader_glCompressedTextureSubImage3DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void loader_glConvolutionFilter1D ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid image 
) [static]
static void loader_glConvolutionFilter1DEXT ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid image 
) [static]
static void loader_glConvolutionFilter2D ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid image 
) [static]
static void loader_glConvolutionFilter2DEXT ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid image 
) [static]
static void loader_glConvolutionParameterf ( GLenum  target,
GLenum  pname,
GLfloat  params 
) [static]
static void loader_glConvolutionParameterfEXT ( GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glConvolutionParameterfv ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glConvolutionParameterfvEXT ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glConvolutionParameteri ( GLenum  target,
GLenum  pname,
GLint  params 
) [static]
static void loader_glConvolutionParameteriEXT ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void loader_glConvolutionParameteriv ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glConvolutionParameterivEXT ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glCopyBufferSubData ( GLenum  readtarget,
GLenum  writetarget,
GLintptr  readoffset,
GLintptr  writeoffset,
GLsizeiptr  size 
) [static]
static void loader_glCopyColorSubTable ( GLenum  target,
GLsizei  start,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void loader_glCopyColorSubTableEXT ( GLenum  target,
GLsizei  start,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void loader_glCopyColorTable ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void loader_glCopyColorTableSGI ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void loader_glCopyConvolutionFilter1D ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void loader_glCopyConvolutionFilter1DEXT ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void loader_glCopyConvolutionFilter2D ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glCopyConvolutionFilter2DEXT ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glCopyImageSubData ( GLuint  srcName,
GLenum  srcTarget,
GLint  srcLevel,
GLint  srcX,
GLint  srcY,
GLint  srcZ,
GLuint  dstName,
GLenum  dstTarget,
GLint  dstLevel,
GLint  dstX,
GLint  dstY,
GLint  dstZ,
GLsizei  srcWidth,
GLsizei  srcHeight,
GLsizei  srcDepth 
) [static]
static void loader_glCopyImageSubDataNV ( GLuint  srcName,
GLenum  srcTarget,
GLint  srcLevel,
GLint  srcX,
GLint  srcY,
GLint  srcZ,
GLuint  dstName,
GLenum  dstTarget,
GLint  dstLevel,
GLint  dstX,
GLint  dstY,
GLint  dstZ,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static void loader_glCopyMultiTexImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLint  border 
) [static]
static void loader_glCopyMultiTexImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLint  border 
) [static]
static void loader_glCopyMultiTexSubImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void loader_glCopyMultiTexSubImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glCopyMultiTexSubImage3DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glCopyPathNV ( GLuint  resultPath,
GLuint  srcPath 
) [static]
static void loader_glCopyPixels ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  type 
) [static]
static void loader_glCopyTexImage1D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLint  border 
) [static]
static void loader_glCopyTexImage1DEXT ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLint  border 
) [static]
static void loader_glCopyTexImage2D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLint  border 
) [static]
static void loader_glCopyTexImage2DEXT ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLint  border 
) [static]
static void loader_glCopyTexSubImage1D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void loader_glCopyTexSubImage1DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void loader_glCopyTexSubImage2D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glCopyTexSubImage2DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glCopyTexSubImage3D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glCopyTexSubImage3DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glCopyTexSubImage3DOES ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glCopyTextureImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLint  border 
) [static]
static void loader_glCopyTextureImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLint  border 
) [static]
static void loader_glCopyTextureLevelsAPPLE ( GLuint  destinationTexture,
GLuint  sourceTexture,
GLint  sourceBaseLevel,
GLsizei  sourceLevelCount 
) [static]
static void loader_glCopyTextureSubImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void loader_glCopyTextureSubImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glCopyTextureSubImage3DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glCoverageMaskNV ( GLboolean  mask) [static]
static void loader_glCoverageOperationNV ( GLenum  operation) [static]
static void loader_glCoverFillPathInstancedNV ( GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLenum  coverMode,
GLenum  transformType,
const GLfloat transformValues 
) [static]
static void loader_glCoverFillPathNV ( GLuint  path,
GLenum  coverMode 
) [static]
static void loader_glCoverStrokePathInstancedNV ( GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLenum  coverMode,
GLenum  transformType,
const GLfloat transformValues 
) [static]
static void loader_glCoverStrokePathNV ( GLuint  name,
GLenum  coverMode 
) [static]
static GLuint loader_glCreateProgram ( void  ) [static]
static GLuint loader_glCreateShader ( GLenum  type) [static]
static GLhandleARB loader_glCreateShaderObjectARB ( GLenum  shaderType) [static]
static GLuint loader_glCreateShaderProgramEXT ( GLenum  type,
const GLchar string 
) [static]
static GLuint loader_glCreateShaderProgramv ( GLenum  type,
GLsizei  count,
const GLchar *const *  strings 
) [static]
static GLsync loader_glCreateSyncFromCLeventARB ( cl_context  context,
cl_event  event,
GLbitfield  flags 
) [static]
static void loader_glCullFace ( GLenum  mode) [static]
static void loader_glCullParameterdvEXT ( GLenum  pname,
GLdouble params 
) [static]
static void loader_glCullParameterfvEXT ( GLenum  pname,
GLfloat params 
) [static]
static void loader_glCurrentPaletteMatrixARB ( GLint  index) [static]
static void loader_glCurrentPaletteMatrixOES ( GLuint  index) [static]
static void loader_glDebugMessageCallback ( GLDEBUGPROC  callback,
const GLvoid userParam 
) [static]
static void loader_glDebugMessageCallbackAMD ( GLDEBUGPROCAMD  callback,
GLvoid userParam 
) [static]
static void loader_glDebugMessageCallbackARB ( GLDEBUGPROCARB  callback,
const GLvoid userParam 
) [static]
static void loader_glDebugMessageControl ( GLenum  source,
GLenum  type,
GLenum  severity,
GLsizei  count,
const GLuint ids,
GLboolean  enabled 
) [static]
static void loader_glDebugMessageControlARB ( GLenum  source,
GLenum  type,
GLenum  severity,
GLsizei  count,
const GLuint ids,
GLboolean  enabled 
) [static]
static void loader_glDebugMessageEnableAMD ( GLenum  category,
GLenum  severity,
GLsizei  count,
const GLuint ids,
GLboolean  enabled 
) [static]
static void loader_glDebugMessageInsert ( GLenum  source,
GLenum  type,
GLuint  id,
GLenum  severity,
GLsizei  length,
const GLchar buf 
) [static]
static void loader_glDebugMessageInsertAMD ( GLenum  category,
GLenum  severity,
GLuint  id,
GLsizei  length,
const GLchar buf 
) [static]
static void loader_glDebugMessageInsertARB ( GLenum  source,
GLenum  type,
GLuint  id,
GLenum  severity,
GLsizei  length,
const GLchar buf 
) [static]
static void loader_glDeformationMap3dSGIX ( GLenum  target,
GLdouble  u1,
GLdouble  u2,
GLint  ustride,
GLint  uorder,
GLdouble  v1,
GLdouble  v2,
GLint  vstride,
GLint  vorder,
GLdouble  w1,
GLdouble  w2,
GLint  wstride,
GLint  worder,
const GLdouble points 
) [static]
static void loader_glDeformationMap3fSGIX ( GLenum  target,
GLfloat  u1,
GLfloat  u2,
GLint  ustride,
GLint  uorder,
GLfloat  v1,
GLfloat  v2,
GLint  vstride,
GLint  vorder,
GLfloat  w1,
GLfloat  w2,
GLint  wstride,
GLint  worder,
const GLfloat points 
) [static]
static void loader_glDeformSGIX ( GLbitfield  mask) [static]
static void loader_glDeleteAsyncMarkersSGIX ( GLuint  marker,
GLsizei  range 
) [static]
static void loader_glDeleteBufferRegion ( GLenum  region) [static]
static void loader_glDeleteBuffers ( GLsizei  n,
const GLuint buffers 
) [static]
static void loader_glDeleteBuffersARB ( GLsizei  n,
const GLuint buffers 
) [static]
static void loader_glDeleteFencesAPPLE ( GLsizei  n,
const GLuint fences 
) [static]
static void loader_glDeleteFencesNV ( GLsizei  n,
const GLuint fences 
) [static]
static void loader_glDeleteFragmentShaderATI ( GLuint  id) [static]
static void loader_glDeleteFramebuffers ( GLsizei  n,
const GLuint framebuffers 
) [static]
static void loader_glDeleteFramebuffersEXT ( GLsizei  n,
const GLuint framebuffers 
) [static]
static void loader_glDeleteFramebuffersOES ( GLsizei  n,
const GLuint framebuffers 
) [static]
static void loader_glDeleteLists ( GLuint  list,
GLsizei  range 
) [static]
static void loader_glDeleteNamedStringARB ( GLint  namelen,
const GLchar name 
) [static]
static void loader_glDeleteNamesAMD ( GLenum  identifier,
GLuint  num,
const GLuint names 
) [static]
static void loader_glDeleteObjectARB ( GLhandleARB  obj) [static]
static void loader_glDeleteOcclusionQueriesNV ( GLsizei  n,
const GLuint ids 
) [static]
static void loader_glDeletePathsNV ( GLuint  path,
GLsizei  range 
) [static]
static void loader_glDeletePerfMonitorsAMD ( GLsizei  n,
GLuint monitors 
) [static]
static void loader_glDeleteProgram ( GLuint  program) [static]
static void loader_glDeleteProgramPipelines ( GLsizei  n,
const GLuint pipelines 
) [static]
static void loader_glDeleteProgramsARB ( GLsizei  n,
const GLuint programs 
) [static]
static void loader_glDeleteProgramsNV ( GLsizei  n,
const GLuint programs 
) [static]
static void loader_glDeleteQueries ( GLsizei  n,
const GLuint ids 
) [static]
static void loader_glDeleteQueriesARB ( GLsizei  n,
const GLuint ids 
) [static]
static void loader_glDeleteQueriesEXT ( GLsizei  n,
const GLuint ids 
) [static]
static void loader_glDeleteRenderbuffers ( GLsizei  n,
const GLuint renderbuffers 
) [static]
static void loader_glDeleteRenderbuffersEXT ( GLsizei  n,
const GLuint renderbuffers 
) [static]
static void loader_glDeleteRenderbuffersOES ( GLsizei  n,
const GLuint renderbuffers 
) [static]
static void loader_glDeleteSamplers ( GLsizei  count,
const GLuint samplers 
) [static]
static void loader_glDeleteShader ( GLuint  shader) [static]
static void loader_glDeleteSync ( GLsync  sync) [static]
static void loader_glDeleteSyncAPPLE ( GLsync  sync) [static]
static void loader_glDeleteTextures ( GLsizei  n,
const GLuint textures 
) [static]
static void loader_glDeleteTexturesEXT ( GLsizei  n,
const GLuint textures 
) [static]
static void loader_glDeleteTransformFeedbacks ( GLsizei  n,
const GLuint ids 
) [static]
static void loader_glDeleteTransformFeedbacksNV ( GLsizei  n,
const GLuint ids 
) [static]
static void loader_glDeleteVertexArrays ( GLsizei  n,
const GLuint arrays 
) [static]
static void loader_glDeleteVertexArraysAPPLE ( GLsizei  n,
const GLuint arrays 
) [static]
static void loader_glDeleteVertexArraysOES ( GLsizei  n,
const GLuint arrays 
) [static]
static void loader_glDeleteVertexShaderEXT ( GLuint  id) [static]
static void loader_glDepthBoundsdNV ( GLdouble  zmin,
GLdouble  zmax 
) [static]
static void loader_glDepthBoundsEXT ( GLclampd  zmin,
GLclampd  zmax 
) [static]
static void loader_glDepthFunc ( GLenum  func) [static]
static void loader_glDepthMask ( GLboolean  flag) [static]
static void loader_glDepthRange ( GLclampd  zNear,
GLclampd  zFar 
) [static]
static void loader_glDepthRangeArrayv ( GLuint  first,
GLsizei  count,
const GLclampd v 
) [static]
static void loader_glDepthRangedNV ( GLdouble  zNear,
GLdouble  zFar 
) [static]
static void loader_glDepthRangef ( GLclampf  n,
GLclampf  f 
) [static]
static void loader_glDepthRangefOES ( GLclampf  n,
GLclampf  f 
) [static]
static void loader_glDepthRangeIndexed ( GLuint  index,
GLclampd  n,
GLclampd  f 
) [static]
static void loader_glDepthRangex ( GLclampx  zNear,
GLclampx  zFar 
) [static]
static void loader_glDetachObjectARB ( GLhandleARB  containerObj,
GLhandleARB  attachedObj 
) [static]
static void loader_glDetachShader ( GLuint  program,
GLuint  shader 
) [static]
static void loader_glDetailTexFuncSGIS ( GLenum  target,
GLsizei  n,
const GLfloat points 
) [static]
static void loader_glDisable ( GLenum  cap) [static]
static void loader_glDisableClientState ( GLenum  cap) [static]
static void loader_glDisableClientStateiEXT ( GLenum  array,
GLuint  index 
) [static]
static void loader_glDisableClientStateIndexedEXT ( GLenum  array,
GLuint  index 
) [static]
static void loader_glDisableDriverControlQCOM ( GLuint  driverControl) [static]
static void loader_glDisablei ( GLenum  cap,
GLuint  index 
) [static]
static void loader_glDisableIndexedEXT ( GLenum  target,
GLuint  index 
) [static]
static void loader_glDisableVertexArrayAttribEXT ( GLuint  vaobj,
GLenum  array 
) [static]
static void loader_glDisableVertexArrayEXT ( GLuint  vaobj,
GLenum  array 
) [static]
static void loader_glDisableVertexAttribAPPLE ( GLuint  index,
GLenum  pname 
) [static]
static void loader_glDisableVertexAttribArray ( GLuint  index) [static]
static void loader_glDisableVertexAttribArrayARB ( GLuint  index) [static]
static void loader_glDiscardFramebufferEXT ( GLenum  target,
GLsizei  numAttachments,
const GLenum attachments 
) [static]
static void loader_glDispatchCompute ( GLuint  num_groups_x,
GLuint  num_groups_y,
GLuint  num_groups_z 
) [static]
static void loader_glDispatchComputeIndirect ( GLintptr  indirect) [static]
static void loader_glDrawArrays ( GLenum  mode,
GLint  first,
GLsizei  count 
) [static]
static void loader_glDrawArraysEXT ( GLenum  mode,
GLint  first,
GLsizei  count 
) [static]
static void loader_glDrawArraysIndirect ( GLenum  mode,
const GLvoid indirect 
) [static]
static void loader_glDrawArraysInstanced ( GLenum  mode,
GLint  start,
GLsizei  count,
GLsizei  primcount 
) [static]
static void loader_glDrawArraysInstancedANGLE ( GLenum  mode,
GLint  first,
GLsizei  count,
GLsizei  primcount 
) [static]
static void loader_glDrawArraysInstancedARB ( GLenum  mode,
GLint  start,
GLsizei  count,
GLsizei  primcount 
) [static]
static void loader_glDrawArraysInstancedBaseInstance ( GLenum  mode,
GLint  first,
GLsizei  count,
GLsizei  primcount,
GLuint  baseinstance 
) [static]
static void loader_glDrawArraysInstancedEXT ( GLenum  mode,
GLint  start,
GLsizei  count,
GLsizei  primcount 
) [static]
static void loader_glDrawBuffer ( GLenum  mode) [static]
static void loader_glDrawBufferRegion ( GLuint  region,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLint  xDest,
GLint  yDest 
) [static]
static void loader_glDrawBuffers ( GLsizei  n,
const GLenum bufs 
) [static]
static void loader_glDrawBuffersARB ( GLsizei  n,
const GLenum bufs 
) [static]
static void loader_glDrawBuffersATI ( GLsizei  n,
const GLenum bufs 
) [static]
static void loader_glDrawBuffersIndexedEXT ( GLint  n,
const GLenum location,
const GLint indices 
) [static]
static void loader_glDrawBuffersNV ( GLsizei  n,
const GLenum bufs 
) [static]
static void loader_glDrawElementArrayAPPLE ( GLenum  mode,
GLint  first,
GLsizei  count 
) [static]
static void loader_glDrawElementArrayATI ( GLenum  mode,
GLsizei  count 
) [static]
static void loader_glDrawElements ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices 
) [static]
static void loader_glDrawElementsBaseVertex ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLint  basevertex 
) [static]
static void loader_glDrawElementsIndirect ( GLenum  mode,
GLenum  type,
const GLvoid indirect 
) [static]
static void loader_glDrawElementsInstanced ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount 
) [static]
static void loader_glDrawElementsInstancedANGLE ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount 
) [static]
static void loader_glDrawElementsInstancedARB ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount 
) [static]
static void loader_glDrawElementsInstancedBaseInstance ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount,
GLuint  baseinstance 
) [static]
static void loader_glDrawElementsInstancedBaseVertex ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount,
GLint  basevertex 
) [static]
static void loader_glDrawElementsInstancedBaseVertexBaseInstance ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount,
GLint  basevertex,
GLuint  baseinstance 
) [static]
static void loader_glDrawElementsInstancedEXT ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount 
) [static]
static void loader_glDrawMeshArraysSUN ( GLenum  mode,
GLint  first,
GLsizei  count,
GLsizei  width 
) [static]
static void loader_glDrawPixels ( GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glDrawRangeElementArrayAPPLE ( GLenum  mode,
GLuint  start,
GLuint  end,
GLint  first,
GLsizei  count 
) [static]
static void loader_glDrawRangeElementArrayATI ( GLenum  mode,
GLuint  start,
GLuint  end,
GLsizei  count 
) [static]
static void loader_glDrawRangeElements ( GLenum  mode,
GLuint  start,
GLuint  end,
GLsizei  count,
GLenum  type,
const GLvoid indices 
) [static]
static void loader_glDrawRangeElementsBaseVertex ( GLenum  mode,
GLuint  start,
GLuint  end,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLint  basevertex 
) [static]
static void loader_glDrawRangeElementsEXT ( GLenum  mode,
GLuint  start,
GLuint  end,
GLsizei  count,
GLenum  type,
const GLvoid indices 
) [static]
static void loader_glDrawTextureNV ( GLuint  texture,
GLuint  sampler,
GLfloat  x0,
GLfloat  y0,
GLfloat  x1,
GLfloat  y1,
GLfloat  z,
GLfloat  s0,
GLfloat  t0,
GLfloat  s1,
GLfloat  t1 
) [static]
static void loader_glDrawTransformFeedback ( GLenum  mode,
GLuint  name 
) [static]
static void loader_glDrawTransformFeedbackInstanced ( GLenum  mode,
GLuint  id,
GLsizei  primcount 
) [static]
static void loader_glDrawTransformFeedbackNV ( GLenum  mode,
GLuint  name 
) [static]
static void loader_glDrawTransformFeedbackStream ( GLenum  mode,
GLuint  id,
GLuint  stream 
) [static]
static void loader_glDrawTransformFeedbackStreamInstanced ( GLenum  mode,
GLuint  id,
GLuint  stream,
GLsizei  primcount 
) [static]
static void loader_glEdgeFlag ( GLboolean  flag) [static]
static void loader_glEdgeFlagFormatNV ( GLsizei  stride) [static]
static void loader_glEdgeFlagPointer ( GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glEdgeFlagPointerEXT ( GLsizei  stride,
GLsizei  count,
const GLboolean pointer 
) [static]
static void loader_glEdgeFlagPointerListIBM ( GLint  stride,
const GLboolean **  pointer,
GLint  ptrstride 
) [static]
static void loader_glEdgeFlagv ( const GLboolean flag) [static]
static void loader_glElementPointerAPPLE ( GLenum  type,
const GLvoid pointer 
) [static]
static void loader_glElementPointerATI ( GLenum  type,
const GLvoid pointer 
) [static]
static void loader_glEnable ( GLenum  cap) [static]
static void loader_glEnableClientState ( GLenum  cap) [static]
static void loader_glEnableClientStateiEXT ( GLenum  array,
GLuint  index 
) [static]
static void loader_glEnableClientStateIndexedEXT ( GLenum  array,
GLuint  index 
) [static]
static void loader_glEnableDriverControlQCOM ( GLuint  driverControl) [static]
static void loader_glEnablei ( GLenum  cap,
GLuint  index 
) [static]
static void loader_glEnableIndexedEXT ( GLenum  target,
GLuint  index 
) [static]
static void loader_glEnableVertexArrayAttribEXT ( GLuint  vaobj,
GLenum  array 
) [static]
static void loader_glEnableVertexArrayEXT ( GLuint  vaobj,
GLenum  array 
) [static]
static void loader_glEnableVertexAttribAPPLE ( GLuint  index,
GLenum  pname 
) [static]
static void loader_glEnableVertexAttribArray ( GLuint  index) [static]
static void loader_glEnableVertexAttribArrayARB ( GLuint  index) [static]
static void loader_glEnd ( void  ) [static]
static void loader_glEndConditionalRender ( void  ) [static]
static void loader_glEndConditionalRenderNV ( void  ) [static]
static void loader_glEndFragmentShaderATI ( void  ) [static]
static void loader_glEndList ( void  ) [static]
static void loader_glEndOcclusionQueryNV ( void  ) [static]
static void loader_glEndPerfMonitorAMD ( GLuint  monitor) [static]
static void loader_glEndQuery ( GLenum  target) [static]
static void loader_glEndQueryARB ( GLenum  target) [static]
static void loader_glEndQueryEXT ( GLenum  target) [static]
static void loader_glEndQueryIndexed ( GLenum  target,
GLuint  index 
) [static]
static void loader_glEndSceneEXT ( void  ) [static]
static void loader_glEndTilingQCOM ( GLbitfield  preserveMask) [static]
static void loader_glEndTransformFeedback ( void  ) [static]
static void loader_glEndTransformFeedbackNV ( void  ) [static]
static void loader_glEndVertexShaderEXT ( void  ) [static]
static void loader_glEndVideoCaptureNV ( GLuint  video_capture_slot) [static]
static void loader_glEvalCoord1d ( GLdouble  u) [static]
static void loader_glEvalCoord1dv ( const GLdouble u) [static]
static void loader_glEvalCoord1f ( GLfloat  u) [static]
static void loader_glEvalCoord1fv ( const GLfloat u) [static]
static void loader_glEvalCoord2d ( GLdouble  u,
GLdouble  v 
) [static]
static void loader_glEvalCoord2dv ( const GLdouble u) [static]
static void loader_glEvalCoord2f ( GLfloat  u,
GLfloat  v 
) [static]
static void loader_glEvalCoord2fv ( const GLfloat u) [static]
static void loader_glEvalMapsNV ( GLenum  target,
GLenum  mode 
) [static]
static void loader_glEvalMesh1 ( GLenum  mode,
GLint  i1,
GLint  i2 
) [static]
static void loader_glEvalMesh2 ( GLenum  mode,
GLint  i1,
GLint  i2,
GLint  j1,
GLint  j2 
) [static]
static void loader_glEvalPoint1 ( GLint  i) [static]
static void loader_glEvalPoint2 ( GLint  i,
GLint  j 
) [static]
static void loader_glExecuteProgramNV ( GLenum  target,
GLuint  id,
const GLfloat params 
) [static]
static void loader_glExtGetBufferPointervQCOM ( GLenum  target,
GLvoid **  params 
) [static]
static void loader_glExtGetBuffersQCOM ( GLuint buffers,
GLint  maxBuffers,
GLint numBuffers 
) [static]
static void loader_glExtGetFramebuffersQCOM ( GLuint framebuffers,
GLint  maxFramebuffers,
GLint numFramebuffers 
) [static]
static void loader_glExtGetProgramBinarySourceQCOM ( GLuint  program,
GLenum  shadertype,
GLchar source,
GLint length 
) [static]
static void loader_glExtGetProgramsQCOM ( GLuint programs,
GLint  maxPrograms,
GLint numPrograms 
) [static]
static void loader_glExtGetRenderbuffersQCOM ( GLuint renderbuffers,
GLint  maxRenderbuffers,
GLint numRenderbuffers 
) [static]
static void loader_glExtGetShadersQCOM ( GLuint shaders,
GLint  maxShaders,
GLint numShaders 
) [static]
static void loader_glExtGetTexLevelParameterivQCOM ( GLuint  texture,
GLenum  face,
GLint  level,
GLenum  pname,
GLint params 
) [static]
static void loader_glExtGetTexSubImageQCOM ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
GLvoid texels 
) [static]
static void loader_glExtGetTexturesQCOM ( GLuint textures,
GLint  maxTextures,
GLint numTextures 
) [static]
static GLboolean loader_glExtIsProgramBinaryQCOM ( GLuint  program) [static]
static void loader_glExtractComponentEXT ( GLuint  res,
GLuint  src,
GLuint  num 
) [static]
static void loader_glExtTexObjectStateOverrideiQCOM ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void loader_glFeedbackBuffer ( GLsizei  size,
GLenum  type,
GLfloat buffer 
) [static]
static GLsync loader_glFenceSync ( GLenum  condition,
GLbitfield  flags 
) [static]
static GLsync loader_glFenceSyncAPPLE ( GLenum  condition,
GLbitfield  flags 
) [static]
static void loader_glFinalCombinerInputNV ( GLenum  variable,
GLenum  input,
GLenum  mapping,
GLenum  componentUsage 
) [static]
static void loader_glFinish ( void  ) [static]
static GLint loader_glFinishAsyncSGIX ( GLuint markerp) [static]
static void loader_glFinishFenceAPPLE ( GLuint  fence) [static]
static void loader_glFinishFenceNV ( GLuint  fence) [static]
static void loader_glFinishObjectAPPLE ( GLenum  object,
GLint  name 
) [static]
static void loader_glFinishRenderAPPLE ( void  ) [static]
static void loader_glFinishTextureSUNX ( void  ) [static]
static void loader_glFlush ( void  ) [static]
static void loader_glFlushMappedBufferRange ( GLenum  target,
GLintptr  offset,
GLsizeiptr  length 
) [static]
static void loader_glFlushMappedBufferRangeAPPLE ( GLenum  target,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void loader_glFlushMappedBufferRangeEXT ( GLenum  target,
GLintptr  offset,
GLsizeiptr  length 
) [static]
static void loader_glFlushMappedNamedBufferRangeEXT ( GLuint  buffer,
GLintptr  offset,
GLsizeiptr  length 
) [static]
static void loader_glFlushPixelDataRangeNV ( GLenum  target) [static]
static void loader_glFlushRasterSGIX ( void  ) [static]
static void loader_glFlushRenderAPPLE ( void  ) [static]
static void loader_glFlushVertexArrayRangeAPPLE ( GLsizei  length,
GLvoid pointer 
) [static]
static void loader_glFogCoordd ( GLdouble  coord) [static]
static void loader_glFogCoorddEXT ( GLdouble  coord) [static]
static void loader_glFogCoorddv ( const GLdouble coord) [static]
static void loader_glFogCoorddvEXT ( const GLdouble coord) [static]
static void loader_glFogCoordf ( GLfloat  coord) [static]
static void loader_glFogCoordfEXT ( GLfloat  coord) [static]
static void loader_glFogCoordFormatNV ( GLenum  type,
GLsizei  stride 
) [static]
static void loader_glFogCoordfv ( const GLfloat coord) [static]
static void loader_glFogCoordfvEXT ( const GLfloat coord) [static]
static void loader_glFogCoordhNV ( GLhalfNV  coord) [static]
static void loader_glFogCoordhvNV ( const GLhalfNV coord) [static]
static void loader_glFogCoordPointer ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glFogCoordPointerEXT ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glFogCoordPointerListIBM ( GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void loader_glFogf ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glFogFuncSGIS ( GLsizei  n,
const GLfloat points 
) [static]
static void loader_glFogfv ( GLenum  pname,
const GLfloat params 
) [static]
static void loader_glFogi ( GLenum  pname,
GLint  param 
) [static]
static void loader_glFogiv ( GLenum  pname,
const GLint params 
) [static]
static void loader_glFogx ( GLenum  pname,
GLfixed  param 
) [static]
static void loader_glFogxv ( GLenum  pname,
const GLfixed params 
) [static]
static void loader_glFragmentColorMaterialEXT ( GLenum  face,
GLenum  mode 
) [static]
static void loader_glFragmentColorMaterialSGIX ( GLenum  face,
GLenum  mode 
) [static]
static void loader_glFragmentLightfEXT ( GLenum  light,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glFragmentLightfSGIX ( GLenum  light,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glFragmentLightfvEXT ( GLenum  light,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glFragmentLightfvSGIX ( GLenum  light,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glFragmentLightiEXT ( GLenum  light,
GLenum  pname,
GLint  param 
) [static]
static void loader_glFragmentLightiSGIX ( GLenum  light,
GLenum  pname,
GLint  param 
) [static]
static void loader_glFragmentLightivEXT ( GLenum  light,
GLenum  pname,
GLint params 
) [static]
static void loader_glFragmentLightivSGIX ( GLenum  light,
GLenum  pname,
const GLint params 
) [static]
static void loader_glFragmentLightModelfEXT ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glFragmentLightModelfSGIX ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glFragmentLightModelfvEXT ( GLenum  pname,
GLfloat params 
) [static]
static void loader_glFragmentLightModelfvSGIX ( GLenum  pname,
const GLfloat params 
) [static]
static void loader_glFragmentLightModeliEXT ( GLenum  pname,
GLint  param 
) [static]
static void loader_glFragmentLightModeliSGIX ( GLenum  pname,
GLint  param 
) [static]
static void loader_glFragmentLightModelivEXT ( GLenum  pname,
GLint params 
) [static]
static void loader_glFragmentLightModelivSGIX ( GLenum  pname,
const GLint params 
) [static]
static void loader_glFragmentMaterialfEXT ( GLenum  face,
GLenum  pname,
const GLfloat  param 
) [static]
static void loader_glFragmentMaterialfSGIX ( GLenum  face,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glFragmentMaterialfvEXT ( GLenum  face,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glFragmentMaterialfvSGIX ( GLenum  face,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glFragmentMaterialiEXT ( GLenum  face,
GLenum  pname,
const GLint  param 
) [static]
static void loader_glFragmentMaterialiSGIX ( GLenum  face,
GLenum  pname,
GLint  param 
) [static]
static void loader_glFragmentMaterialivEXT ( GLenum  face,
GLenum  pname,
const GLint params 
) [static]
static void loader_glFragmentMaterialivSGIX ( GLenum  face,
GLenum  pname,
const GLint params 
) [static]
static void loader_glFramebufferDrawBufferEXT ( GLuint  framebuffer,
GLenum  mode 
) [static]
static void loader_glFramebufferDrawBuffersEXT ( GLuint  framebuffer,
GLsizei  n,
const GLenum bufs 
) [static]
static void loader_glFramebufferParameteri ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void loader_glFramebufferReadBufferEXT ( GLuint  framebuffer,
GLenum  mode 
) [static]
static void loader_glFramebufferRenderbuffer ( GLenum  target,
GLenum  attachment,
GLenum  renderbuffertarget,
GLuint  renderbuffer 
) [static]
static void loader_glFramebufferRenderbufferEXT ( GLenum  target,
GLenum  attachment,
GLenum  renderbuffertarget,
GLuint  renderbuffer 
) [static]
static void loader_glFramebufferRenderbufferOES ( GLenum  target,
GLenum  attachment,
GLenum  renderbuffertarget,
GLuint  renderbuffer 
) [static]
static void loader_glFramebufferTexture ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level 
) [static]
static void loader_glFramebufferTexture1D ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void loader_glFramebufferTexture1DEXT ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void loader_glFramebufferTexture2D ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void loader_glFramebufferTexture2DEXT ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void loader_glFramebufferTexture2DMultisampleEXT ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLsizei  samples 
) [static]
static void loader_glFramebufferTexture2DMultisampleIMG ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLsizei  samples 
) [static]
static void loader_glFramebufferTexture2DOES ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void loader_glFramebufferTexture3D ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLint  layer 
) [static]
static void loader_glFramebufferTexture3DEXT ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLint  zoffset 
) [static]
static void loader_glFramebufferTexture3DOES ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLint  zoffset 
) [static]
static void loader_glFramebufferTextureARB ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level 
) [static]
static void loader_glFramebufferTextureEXT ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level 
) [static]
static void loader_glFramebufferTextureFace ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLenum  face 
) [static]
static void loader_glFramebufferTextureFaceARB ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLenum  face 
) [static]
static void loader_glFramebufferTextureFaceEXT ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLenum  face 
) [static]
static void loader_glFramebufferTextureLayer ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLint  layer 
) [static]
static void loader_glFramebufferTextureLayerARB ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLint  layer 
) [static]
static void loader_glFramebufferTextureLayerEXT ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLint  layer 
) [static]
static void loader_glFrameTerminatorGREMEDY ( void  ) [static]
static void loader_glFrameZoomSGIX ( GLint  factor) [static]
static void loader_glFreeObjectBufferATI ( GLuint  buffer) [static]
static void loader_glFrontFace ( GLenum  mode) [static]
static void loader_glFrustum ( GLdouble  left,
GLdouble  right,
GLdouble  bottom,
GLdouble  top,
GLdouble  zNear,
GLdouble  zFar 
) [static]
static void loader_glFrustumf ( GLfloat  left,
GLfloat  right,
GLfloat  bottom,
GLfloat  top,
GLfloat  zNear,
GLfloat  zFar 
) [static]
static void loader_glFrustumfOES ( GLfloat  l,
GLfloat  r,
GLfloat  b,
GLfloat  t,
GLfloat  n,
GLfloat  f 
) [static]
static void loader_glFrustumx ( GLfixed  left,
GLfixed  right,
GLfixed  bottom,
GLfixed  top,
GLfixed  zNear,
GLfixed  zFar 
) [static]
static GLuint loader_glGenAsyncMarkersSGIX ( GLsizei  range) [static]
static void loader_glGenBuffers ( GLsizei  n,
GLuint buffers 
) [static]
static void loader_glGenBuffersARB ( GLsizei  n,
GLuint buffers 
) [static]
static void loader_glGenerateMipmap ( GLenum  target) [static]
static void loader_glGenerateMipmapEXT ( GLenum  target) [static]
static void loader_glGenerateMipmapOES ( GLenum  target) [static]
static void loader_glGenerateMultiTexMipmapEXT ( GLenum  texunit,
GLenum  target 
) [static]
static void loader_glGenerateTextureMipmapEXT ( GLuint  texture,
GLenum  target 
) [static]
static void loader_glGenFencesAPPLE ( GLsizei  n,
GLuint fences 
) [static]
static void loader_glGenFencesNV ( GLsizei  n,
GLuint fences 
) [static]
static GLuint loader_glGenFragmentShadersATI ( GLuint  range) [static]
static void loader_glGenFramebuffers ( GLsizei  n,
GLuint framebuffers 
) [static]
static void loader_glGenFramebuffersEXT ( GLsizei  n,
GLuint framebuffers 
) [static]
static void loader_glGenFramebuffersOES ( GLsizei  n,
GLuint framebuffers 
) [static]
static GLuint loader_glGenLists ( GLsizei  range) [static]
static void loader_glGenNamesAMD ( GLenum  identifier,
GLuint  num,
GLuint names 
) [static]
static void loader_glGenOcclusionQueriesNV ( GLsizei  n,
GLuint ids 
) [static]
static GLuint loader_glGenPathsNV ( GLsizei  range) [static]
static void loader_glGenPerfMonitorsAMD ( GLsizei  n,
GLuint monitors 
) [static]
static void loader_glGenProgramPipelines ( GLsizei  n,
GLuint pipelines 
) [static]
static void loader_glGenProgramsARB ( GLsizei  n,
GLuint programs 
) [static]
static void loader_glGenProgramsNV ( GLsizei  n,
GLuint programs 
) [static]
static void loader_glGenQueries ( GLsizei  n,
GLuint ids 
) [static]
static void loader_glGenQueriesARB ( GLsizei  n,
GLuint ids 
) [static]
static void loader_glGenQueriesEXT ( GLsizei  n,
GLuint ids 
) [static]
static void loader_glGenRenderbuffers ( GLsizei  n,
GLuint renderbuffers 
) [static]
static void loader_glGenRenderbuffersEXT ( GLsizei  n,
GLuint renderbuffers 
) [static]
static void loader_glGenRenderbuffersOES ( GLsizei  n,
GLuint renderbuffers 
) [static]
static void loader_glGenSamplers ( GLsizei  count,
GLuint samplers 
) [static]
static GLuint loader_glGenSymbolsEXT ( GLenum  datatype,
GLenum  storagetype,
GLenum  range,
GLuint  components 
) [static]
static void loader_glGenTextures ( GLsizei  n,
GLuint textures 
) [static]
static void loader_glGenTexturesEXT ( GLsizei  n,
GLuint textures 
) [static]
static void loader_glGenTransformFeedbacks ( GLsizei  n,
GLuint ids 
) [static]
static void loader_glGenTransformFeedbacksNV ( GLsizei  n,
GLuint ids 
) [static]
static void loader_glGenVertexArrays ( GLsizei  n,
GLuint arrays 
) [static]
static void loader_glGenVertexArraysAPPLE ( GLsizei  n,
GLuint arrays 
) [static]
static void loader_glGenVertexArraysOES ( GLsizei  n,
GLuint arrays 
) [static]
static GLuint loader_glGenVertexShadersEXT ( GLuint  range) [static]
static void loader_glGetActiveAtomicCounterBufferiv ( GLuint  program,
GLuint  bufferIndex,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetActiveAttrib ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLint size,
GLenum type,
GLchar name 
) [static]
static void loader_glGetActiveAttribARB ( GLhandleARB  programObj,
GLuint  index,
GLsizei  maxLength,
GLsizei length,
GLint size,
GLenum type,
GLcharARB name 
) [static]
static void loader_glGetActiveSubroutineName ( GLuint  program,
GLenum  shaderType,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLchar name 
) [static]
static void loader_glGetActiveSubroutineUniformiv ( GLuint  program,
GLenum  shaderType,
GLuint  index,
GLenum  pname,
GLint values 
) [static]
static void loader_glGetActiveSubroutineUniformName ( GLuint  program,
GLenum  shaderType,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLchar name 
) [static]
static void loader_glGetActiveUniform ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLint size,
GLenum type,
GLchar name 
) [static]
static void loader_glGetActiveUniformARB ( GLhandleARB  programObj,
GLuint  index,
GLsizei  maxLength,
GLsizei length,
GLint size,
GLenum type,
GLcharARB name 
) [static]
static void loader_glGetActiveUniformBlockiv ( GLuint  program,
GLuint  uniformBlockIndex,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetActiveUniformBlockName ( GLuint  program,
GLuint  uniformBlockIndex,
GLsizei  bufSize,
GLsizei length,
GLchar uniformBlockName 
) [static]
static void loader_glGetActiveUniformName ( GLuint  program,
GLuint  uniformIndex,
GLsizei  bufSize,
GLsizei length,
GLchar uniformName 
) [static]
static void loader_glGetActiveUniformsiv ( GLuint  program,
GLsizei  uniformCount,
const GLuint uniformIndices,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetActiveVaryingNV ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLsizei size,
GLenum type,
GLchar name 
) [static]
static void loader_glGetArrayObjectfvATI ( GLenum  array,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetArrayObjectivATI ( GLenum  array,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetAttachedObjectsARB ( GLhandleARB  containerObj,
GLsizei  maxCount,
GLsizei count,
GLhandleARB obj 
) [static]
static void loader_glGetAttachedShaders ( GLuint  program,
GLsizei  maxCount,
GLsizei count,
GLuint shaders 
) [static]
static GLint loader_glGetAttribLocation ( GLuint  program,
const GLchar name 
) [static]
static GLint loader_glGetAttribLocationARB ( GLhandleARB  programObj,
const GLcharARB name 
) [static]
static void loader_glGetBooleani_v ( GLenum  target,
GLuint  index,
GLboolean data 
) [static]
static void loader_glGetBooleanIndexedvEXT ( GLenum  value,
GLuint  index,
GLboolean data 
) [static]
static void loader_glGetBooleanv ( GLenum  pname,
GLboolean params 
) [static]
static void loader_glGetBufferParameteri64v ( GLenum  target,
GLenum  pname,
GLint64 params 
) [static]
static void loader_glGetBufferParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetBufferParameterivARB ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetBufferParameterui64vNV ( GLenum  target,
GLenum  pname,
GLuint64EXT params 
) [static]
static void loader_glGetBufferPointerv ( GLenum  target,
GLenum  pname,
GLvoid **  params 
) [static]
static void loader_glGetBufferPointervARB ( GLenum  target,
GLenum  pname,
GLvoid **  params 
) [static]
static void loader_glGetBufferPointervOES ( GLenum  target,
GLenum  pname,
GLvoid **  params 
) [static]
static void loader_glGetBufferSubData ( GLenum  target,
GLintptr  offset,
GLsizeiptr  size,
GLvoid data 
) [static]
static void loader_glGetBufferSubDataARB ( GLenum  target,
GLintptrARB  offset,
GLsizeiptrARB  size,
GLvoid data 
) [static]
static void loader_glGetClipPlane ( GLenum  plane,
GLdouble equation 
) [static]
static void loader_glGetClipPlanef ( GLenum  pname,
GLfloat eqn 
) [static]
static void loader_glGetClipPlanefOES ( GLenum  plane,
GLfloat equation 
) [static]
static void loader_glGetClipPlanex ( GLenum  pname,
GLfixed eqn 
) [static]
static void loader_glGetColorTable ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid table 
) [static]
static void loader_glGetColorTableEXT ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid data 
) [static]
static void loader_glGetColorTableParameterfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetColorTableParameterfvEXT ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetColorTableParameterfvSGI ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetColorTableParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetColorTableParameterivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetColorTableParameterivSGI ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetColorTableSGI ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid table 
) [static]
static void loader_glGetCombinerInputParameterfvNV ( GLenum  stage,
GLenum  portion,
GLenum  variable,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetCombinerInputParameterivNV ( GLenum  stage,
GLenum  portion,
GLenum  variable,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetCombinerOutputParameterfvNV ( GLenum  stage,
GLenum  portion,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetCombinerOutputParameterivNV ( GLenum  stage,
GLenum  portion,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetCombinerStageParameterfvNV ( GLenum  stage,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetCompressedMultiTexImageEXT ( GLenum  texunit,
GLenum  target,
GLint  lod,
GLvoid img 
) [static]
static void loader_glGetCompressedTexImage ( GLenum  target,
GLint  lod,
GLvoid img 
) [static]
static void loader_glGetCompressedTexImageARB ( GLenum  target,
GLint  lod,
GLvoid img 
) [static]
static void loader_glGetCompressedTextureImageEXT ( GLuint  texture,
GLenum  target,
GLint  lod,
GLvoid img 
) [static]
static void loader_glGetConvolutionFilter ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid image 
) [static]
static void loader_glGetConvolutionFilterEXT ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid image 
) [static]
static void loader_glGetConvolutionParameterfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetConvolutionParameterfvEXT ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetConvolutionParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetConvolutionParameterivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static GLuint loader_glGetDebugMessageLog ( GLuint  count,
GLsizei  bufsize,
GLenum sources,
GLenum types,
GLuint ids,
GLenum severities,
GLsizei lengths,
GLchar messageLog 
) [static]
static GLuint loader_glGetDebugMessageLogAMD ( GLuint  count,
GLsizei  bufsize,
GLenum categories,
GLuint severities,
GLuint ids,
GLsizei lengths,
GLchar message 
) [static]
static GLuint loader_glGetDebugMessageLogARB ( GLuint  count,
GLsizei  bufsize,
GLenum sources,
GLenum types,
GLuint ids,
GLenum severities,
GLsizei lengths,
GLchar messageLog 
) [static]
static void loader_glGetDetailTexFuncSGIS ( GLenum  target,
GLfloat points 
) [static]
static void loader_glGetDoublei_v ( GLenum  target,
GLuint  index,
GLdouble v 
) [static]
static void loader_glGetDoublei_vEXT ( GLenum  target,
GLuint  index,
GLdouble data 
) [static]
static void loader_glGetDoubleIndexedvEXT ( GLenum  target,
GLuint  index,
GLdouble data 
) [static]
static void loader_glGetDoublev ( GLenum  pname,
GLdouble params 
) [static]
static void loader_glGetDriverControlsQCOM ( GLint num,
GLsizei  size,
GLuint driverControls 
) [static]
static void loader_glGetDriverControlStringQCOM ( GLuint  driverControl,
GLsizei  bufSize,
GLsizei length,
GLchar driverControlString 
) [static]
static GLenum loader_glGetError ( void  ) [static]
static void loader_glGetFenceivNV ( GLuint  fence,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetFinalCombinerInputParameterfvNV ( GLenum  variable,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetFinalCombinerInputParameterivNV ( GLenum  variable,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetFixedv ( GLenum  pname,
GLfixed params 
) [static]
static void loader_glGetFloati_v ( GLenum  target,
GLuint  index,
GLfloat v 
) [static]
static void loader_glGetFloati_vEXT ( GLenum  target,
GLuint  index,
GLfloat data 
) [static]
static void loader_glGetFloatIndexedvEXT ( GLenum  target,
GLuint  index,
GLfloat data 
) [static]
static void loader_glGetFloatv ( GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetFogFuncSGIS ( GLfloat points) [static]
static GLint loader_glGetFragDataIndex ( GLuint  program,
const GLchar name 
) [static]
static GLint loader_glGetFragDataLocation ( GLuint  program,
const GLchar name 
) [static]
static GLint loader_glGetFragDataLocationEXT ( GLuint  program,
const GLchar name 
) [static]
static void loader_glGetFragmentLightfvEXT ( GLenum  light,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetFragmentLightfvSGIX ( GLenum  light,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetFragmentLightivEXT ( GLenum  light,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetFragmentLightivSGIX ( GLenum  light,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetFragmentMaterialfvEXT ( GLenum  face,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glGetFragmentMaterialfvSGIX ( GLenum  face,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetFragmentMaterialivEXT ( GLenum  face,
GLenum  pname,
const GLint params 
) [static]
static void loader_glGetFragmentMaterialivSGIX ( GLenum  face,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetFramebufferAttachmentParameteriv ( GLenum  target,
GLenum  attachment,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetFramebufferAttachmentParameterivEXT ( GLenum  target,
GLenum  attachment,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetFramebufferAttachmentParameterivOES ( GLenum  target,
GLenum  attachment,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetFramebufferParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetFramebufferParameterivEXT ( GLuint  framebuffer,
GLenum  pname,
GLint params 
) [static]
static GLhandleARB loader_glGetHandleARB ( GLenum  pname) [static]
static void loader_glGetHistogram ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  type,
GLvoid values 
) [static]
static void loader_glGetHistogramEXT ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  type,
GLvoid values 
) [static]
static void loader_glGetHistogramParameterfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetHistogramParameterfvEXT ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetHistogramParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetHistogramParameterivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static GLuint64 loader_glGetImageHandleNV ( GLuint  texture,
GLint  level,
GLboolean  layered,
GLint  layer,
GLenum  format 
) [static]
static void loader_glGetImageTransformParameterfvHP ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetImageTransformParameterivHP ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetInfoLogARB ( GLhandleARB  obj,
GLsizei  maxLength,
GLsizei length,
GLcharARB infoLog 
) [static]
static GLint loader_glGetInstrumentsSGIX ( void  ) [static]
static void loader_glGetInteger64i_v ( GLenum  target,
GLuint  index,
GLint64 data 
) [static]
static void loader_glGetInteger64v ( GLenum  pname,
GLint64 params 
) [static]
static void loader_glGetInteger64vAPPLE ( GLenum  pname,
GLint64 params 
) [static]
static void loader_glGetIntegeri_v ( GLenum  target,
GLuint  index,
GLint data 
) [static]
static void loader_glGetIntegeri_vEXT ( GLenum  target,
GLuint  index,
GLint data 
) [static]
static void loader_glGetIntegerIndexedvEXT ( GLenum  value,
GLuint  index,
GLint data 
) [static]
static void loader_glGetIntegerui64i_vNV ( GLenum  target,
GLuint  index,
GLuint64EXT data 
) [static]
static void loader_glGetIntegerui64vNV ( GLenum  target,
GLuint64EXT data 
) [static]
static void loader_glGetIntegerv ( GLenum  pname,
GLint params 
) [static]
static void loader_glGetInternalformati64v ( GLenum  target,
GLenum  internalformat,
GLenum  pname,
GLsizei  bufSize,
GLint64 params 
) [static]
static void loader_glGetInternalformativ ( GLenum  target,
GLenum  internalformat,
GLenum  pname,
GLsizei  bufSize,
GLint params 
) [static]
static void loader_glGetInvariantBooleanvEXT ( GLuint  id,
GLenum  value,
GLboolean data 
) [static]
static void loader_glGetInvariantFloatvEXT ( GLuint  id,
GLenum  value,
GLfloat data 
) [static]
static void loader_glGetInvariantIntegervEXT ( GLuint  id,
GLenum  value,
GLint data 
) [static]
static void loader_glGetLightfv ( GLenum  light,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetLightiv ( GLenum  light,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetLightxv ( GLenum  light,
GLenum  pname,
GLfixed params 
) [static]
static void loader_glGetListParameterfvSGIX ( GLuint  list,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetListParameterivSGIX ( GLuint  list,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetLocalConstantBooleanvEXT ( GLuint  id,
GLenum  value,
GLboolean data 
) [static]
static void loader_glGetLocalConstantFloatvEXT ( GLuint  id,
GLenum  value,
GLfloat data 
) [static]
static void loader_glGetLocalConstantIntegervEXT ( GLuint  id,
GLenum  value,
GLint data 
) [static]
static void loader_glGetMapAttribParameterfvNV ( GLenum  target,
GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetMapAttribParameterivNV ( GLenum  target,
GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetMapControlPointsNV ( GLenum  target,
GLuint  index,
GLenum  type,
GLsizei  ustride,
GLsizei  vstride,
GLboolean  packed,
GLvoid points 
) [static]
static void loader_glGetMapdv ( GLenum  target,
GLenum  query,
GLdouble v 
) [static]
static void loader_glGetMapfv ( GLenum  target,
GLenum  query,
GLfloat v 
) [static]
static void loader_glGetMapiv ( GLenum  target,
GLenum  query,
GLint v 
) [static]
static void loader_glGetMapParameterfvNV ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetMapParameterivNV ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetMaterialfv ( GLenum  face,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetMaterialiv ( GLenum  face,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetMaterialxv ( GLenum  face,
GLenum  pname,
GLfixed params 
) [static]
static void loader_glGetMinmax ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  types,
GLvoid values 
) [static]
static void loader_glGetMinmaxEXT ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  type,
GLvoid values 
) [static]
static void loader_glGetMinmaxParameterfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetMinmaxParameterfvEXT ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetMinmaxParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetMinmaxParameterivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetMultisamplefv ( GLenum  pname,
GLuint  index,
GLfloat val 
) [static]
static void loader_glGetMultisamplefvNV ( GLenum  pname,
GLuint  index,
GLfloat val 
) [static]
static void loader_glGetMultiTexEnvfvEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetMultiTexEnvivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetMultiTexGendvEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLdouble params 
) [static]
static void loader_glGetMultiTexGenfvEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetMultiTexGenivEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetMultiTexImageEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  format,
GLenum  type,
GLvoid pixels 
) [static]
static void loader_glGetMultiTexLevelParameterfvEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetMultiTexLevelParameterivEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetMultiTexParameterfvEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetMultiTexParameterIivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetMultiTexParameterIuivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGetMultiTexParameterivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetNamedBufferParameterivEXT ( GLuint  buffer,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetNamedBufferParameterui64vNV ( GLuint  buffer,
GLenum  pname,
GLuint64EXT params 
) [static]
static void loader_glGetNamedBufferPointervEXT ( GLuint  buffer,
GLenum  pname,
GLvoid **  params 
) [static]
static void loader_glGetNamedBufferSubDataEXT ( GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size,
GLvoid data 
) [static]
static void loader_glGetNamedFramebufferAttachmentParameterivEXT ( GLuint  framebuffer,
GLenum  attachment,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetNamedFramebufferParameterivEXT ( GLuint  framebuffer,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetNamedProgramivEXT ( GLuint  program,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetNamedProgramLocalParameterdvEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLdouble params 
) [static]
static void loader_glGetNamedProgramLocalParameterfvEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLfloat params 
) [static]
static void loader_glGetNamedProgramLocalParameterIivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLint params 
) [static]
static void loader_glGetNamedProgramLocalParameterIuivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLuint params 
) [static]
static void loader_glGetNamedProgramStringEXT ( GLuint  program,
GLenum  target,
GLenum  pname,
GLvoid string 
) [static]
static void loader_glGetNamedRenderbufferParameterivEXT ( GLuint  renderbuffer,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetNamedStringARB ( GLint  namelen,
const GLchar name,
GLsizei  bufSize,
GLint stringlen,
GLchar string 
) [static]
static void loader_glGetNamedStringivARB ( GLint  namelen,
const GLchar name,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetnColorTableARB ( GLenum  target,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid table 
) [static]
static void loader_glGetnCompressedTexImageARB ( GLenum  target,
GLint  lod,
GLsizei  bufSize,
GLvoid img 
) [static]
static void loader_glGetnConvolutionFilterARB ( GLenum  target,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid image 
) [static]
static void loader_glGetnHistogramARB ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid values 
) [static]
static void loader_glGetnMapdvARB ( GLenum  target,
GLenum  query,
GLsizei  bufSize,
GLdouble v 
) [static]
static void loader_glGetnMapfvARB ( GLenum  target,
GLenum  query,
GLsizei  bufSize,
GLfloat v 
) [static]
static void loader_glGetnMapivARB ( GLenum  target,
GLenum  query,
GLsizei  bufSize,
GLint v 
) [static]
static void loader_glGetnMinmaxARB ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid values 
) [static]
static void loader_glGetnPixelMapfvARB ( GLenum  map,
GLsizei  bufSize,
GLfloat values 
) [static]
static void loader_glGetnPixelMapuivARB ( GLenum  map,
GLsizei  bufSize,
GLuint values 
) [static]
static void loader_glGetnPixelMapusvARB ( GLenum  map,
GLsizei  bufSize,
GLushort values 
) [static]
static void loader_glGetnPolygonStippleARB ( GLsizei  bufSize,
GLubyte pattern 
) [static]
static void loader_glGetnSeparableFilterARB ( GLenum  target,
GLenum  format,
GLenum  type,
GLsizei  rowBufSize,
GLvoid row,
GLsizei  columnBufSize,
GLvoid column,
GLvoid span 
) [static]
static void loader_glGetnTexImageARB ( GLenum  target,
GLint  level,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid img 
) [static]
static void loader_glGetnUniformdvARB ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLdouble params 
) [static]
static void loader_glGetnUniformfvARB ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLfloat params 
) [static]
static void loader_glGetnUniformfvEXT ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLfloat params 
) [static]
static void loader_glGetnUniformivARB ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLint params 
) [static]
static void loader_glGetnUniformivEXT ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLint params 
) [static]
static void loader_glGetnUniformuivARB ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLuint params 
) [static]
static void loader_glGetObjectBufferfvATI ( GLuint  buffer,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetObjectBufferivATI ( GLuint  buffer,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetObjectLabel ( GLenum  identifier,
GLuint  name,
GLsizei  bufSize,
GLsizei length,
GLchar label 
) [static]
static void loader_glGetObjectLabelEXT ( GLenum  type,
GLuint  object,
GLsizei  bufSize,
GLsizei length,
GLchar label 
) [static]
static void loader_glGetObjectParameterfvARB ( GLhandleARB  obj,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetObjectParameterivAPPLE ( GLenum  objectType,
GLuint  name,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetObjectParameterivARB ( GLhandleARB  obj,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetObjectPtrLabel ( const GLvoid ptr,
GLsizei  bufSize,
GLsizei length,
GLchar label 
) [static]
static void loader_glGetOcclusionQueryivNV ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetOcclusionQueryuivNV ( GLuint  id,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGetPathColorGenfvNV ( GLenum  color,
GLenum  pname,
GLfloat value 
) [static]
static void loader_glGetPathColorGenivNV ( GLenum  color,
GLenum  pname,
GLint value 
) [static]
static void loader_glGetPathCommandsNV ( GLuint  name,
GLubyte commands 
) [static]
static void loader_glGetPathCoordsNV ( GLuint  name,
GLfloat coords 
) [static]
static void loader_glGetPathDashArrayNV ( GLuint  name,
GLfloat dashArray 
) [static]
static GLfloat loader_glGetPathLengthNV ( GLuint  path,
GLsizei  startSegment,
GLsizei  numSegments 
) [static]
static void loader_glGetPathMetricRangeNV ( GLbitfield  metricQueryMask,
GLuint  fistPathName,
GLsizei  numPaths,
GLsizei  stride,
GLfloat metrics 
) [static]
static void loader_glGetPathMetricsNV ( GLbitfield  metricQueryMask,
GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLsizei  stride,
GLfloat metrics 
) [static]
static void loader_glGetPathParameterfvNV ( GLuint  name,
GLenum  param,
GLfloat value 
) [static]
static void loader_glGetPathParameterivNV ( GLuint  name,
GLenum  param,
GLint value 
) [static]
static void loader_glGetPathSpacingNV ( GLenum  pathListMode,
GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLfloat  advanceScale,
GLfloat  kerningScale,
GLenum  transformType,
GLfloat returnedSpacing 
) [static]
static void loader_glGetPathTexGenfvNV ( GLenum  texCoordSet,
GLenum  pname,
GLfloat value 
) [static]
static void loader_glGetPathTexGenivNV ( GLenum  texCoordSet,
GLenum  pname,
GLint value 
) [static]
static void loader_glGetPerfMonitorCounterDataAMD ( GLuint  monitor,
GLenum  pname,
GLsizei  dataSize,
GLuint data,
GLint bytesWritten 
) [static]
static void loader_glGetPerfMonitorCounterInfoAMD ( GLuint  group,
GLuint  counter,
GLenum  pname,
GLvoid data 
) [static]
static void loader_glGetPerfMonitorCountersAMD ( GLuint  group,
GLint numCounters,
GLint maxActiveCounters,
GLsizei  countersSize,
GLuint counters 
) [static]
static void loader_glGetPerfMonitorCounterStringAMD ( GLuint  group,
GLuint  counter,
GLsizei  bufSize,
GLsizei length,
GLchar counterString 
) [static]
static void loader_glGetPerfMonitorGroupsAMD ( GLint numGroups,
GLsizei  groupsSize,
GLuint groups 
) [static]
static void loader_glGetPerfMonitorGroupStringAMD ( GLuint  group,
GLsizei  bufSize,
GLsizei length,
GLchar groupString 
) [static]
static void loader_glGetPixelMapfv ( GLenum  map,
GLfloat values 
) [static]
static void loader_glGetPixelMapuiv ( GLenum  map,
GLuint values 
) [static]
static void loader_glGetPixelMapusv ( GLenum  map,
GLushort values 
) [static]
static void loader_glGetPixelTexGenParameterfvSGIS ( GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetPixelTexGenParameterivSGIS ( GLenum  pname,
GLint params 
) [static]
static void loader_glGetPixelTransformParameterfvEXT ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glGetPixelTransformParameterivEXT ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glGetPointeri_vEXT ( GLenum  pname,
GLuint  index,
GLvoid **  params 
) [static]
static void loader_glGetPointerIndexedvEXT ( GLenum  target,
GLuint  index,
GLvoid **  data 
) [static]
static void loader_glGetPointerv ( GLenum  pname,
GLvoid **  params 
) [static]
static void loader_glGetPointervEXT ( GLenum  pname,
GLvoid **  params 
) [static]
static void loader_glGetPolygonStipple ( GLubyte mask) [static]
static void loader_glGetProgramBinary ( GLuint  program,
GLsizei  bufSize,
GLsizei length,
GLenum binaryFormat,
GLvoid binary 
) [static]
static void loader_glGetProgramBinaryOES ( GLuint  program,
GLsizei  bufSize,
GLsizei length,
GLenum binaryFormat,
GLvoid binary 
) [static]
static void loader_glGetProgramEnvParameterdvARB ( GLenum  target,
GLuint  index,
GLdouble params 
) [static]
static void loader_glGetProgramEnvParameterfvARB ( GLenum  target,
GLuint  index,
GLfloat params 
) [static]
static void loader_glGetProgramEnvParameterIivNV ( GLenum  target,
GLuint  index,
GLint params 
) [static]
static void loader_glGetProgramEnvParameterIuivNV ( GLenum  target,
GLuint  index,
GLuint params 
) [static]
static void loader_glGetProgramInfoLog ( GLuint  program,
GLsizei  bufSize,
GLsizei length,
GLchar infoLog 
) [static]
static void loader_glGetProgramInterfaceiv ( GLuint  program,
GLenum  programInterface,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetProgramiv ( GLuint  program,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetProgramivARB ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetProgramivNV ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetProgramLocalParameterdvARB ( GLenum  target,
GLuint  index,
GLdouble params 
) [static]
static void loader_glGetProgramLocalParameterfvARB ( GLenum  target,
GLuint  index,
GLfloat params 
) [static]
static void loader_glGetProgramLocalParameterIivNV ( GLenum  target,
GLuint  index,
GLint params 
) [static]
static void loader_glGetProgramLocalParameterIuivNV ( GLenum  target,
GLuint  index,
GLuint params 
) [static]
static void loader_glGetProgramNamedParameterdvNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
GLdouble params 
) [static]
static void loader_glGetProgramNamedParameterfvNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
GLfloat params 
) [static]
static void loader_glGetProgramParameterdvNV ( GLenum  target,
GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void loader_glGetProgramParameterfvNV ( GLenum  target,
GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetProgramPipelineInfoLog ( GLuint  pipeline,
GLsizei  bufSize,
GLsizei length,
GLchar infoLog 
) [static]
static void loader_glGetProgramPipelineiv ( GLuint  pipeline,
GLenum  pname,
GLint params 
) [static]
static GLuint loader_glGetProgramResourceIndex ( GLuint  program,
GLenum  programInterface,
const GLchar name 
) [static]
static void loader_glGetProgramResourceiv ( GLuint  program,
GLenum  programInterface,
GLuint  index,
GLsizei  propCount,
const GLenum props,
GLsizei  bufSize,
GLsizei length,
GLint params 
) [static]
static GLint loader_glGetProgramResourceLocation ( GLuint  program,
GLenum  programInterface,
const GLchar name 
) [static]
static GLint loader_glGetProgramResourceLocationIndex ( GLuint  program,
GLenum  programInterface,
const GLchar name 
) [static]
static void loader_glGetProgramResourceName ( GLuint  program,
GLenum  programInterface,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLchar name 
) [static]
static void loader_glGetProgramStageiv ( GLuint  program,
GLenum  shaderType,
GLenum  pname,
GLint values 
) [static]
static void loader_glGetProgramStringARB ( GLenum  target,
GLenum  pname,
GLvoid string 
) [static]
static void loader_glGetProgramStringNV ( GLuint  id,
GLenum  pname,
GLubyte program 
) [static]
static void loader_glGetProgramSubroutineParameteruivNV ( GLenum  target,
GLuint  index,
GLuint params 
) [static]
static void loader_glGetQueryIndexediv ( GLenum  target,
GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetQueryiv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetQueryivARB ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetQueryivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetQueryObjecti64v ( GLuint  id,
GLenum  pname,
GLint64 params 
) [static]
static void loader_glGetQueryObjecti64vEXT ( GLuint  id,
GLenum  pname,
GLint64EXT params 
) [static]
static void loader_glGetQueryObjectiv ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetQueryObjectivARB ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetQueryObjectivEXT ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetQueryObjectui64v ( GLuint  id,
GLenum  pname,
GLuint64 params 
) [static]
static void loader_glGetQueryObjectui64vEXT ( GLuint  id,
GLenum  pname,
GLuint64EXT params 
) [static]
static void loader_glGetQueryObjectuiv ( GLuint  id,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGetQueryObjectuivARB ( GLuint  id,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGetQueryObjectuivEXT ( GLuint  id,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGetRenderbufferParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetRenderbufferParameterivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetRenderbufferParameterivOES ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetSamplerParameterfv ( GLuint  sampler,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetSamplerParameterIiv ( GLuint  sampler,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetSamplerParameterIuiv ( GLuint  sampler,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGetSamplerParameteriv ( GLuint  sampler,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetSeparableFilter ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid row,
GLvoid column,
GLvoid span 
) [static]
static void loader_glGetSeparableFilterEXT ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid row,
GLvoid column,
GLvoid span 
) [static]
static void loader_glGetShaderInfoLog ( GLuint  shader,
GLsizei  bufSize,
GLsizei length,
GLchar infoLog 
) [static]
static void loader_glGetShaderiv ( GLuint  shader,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetShaderPrecisionFormat ( GLenum  shadertype,
GLenum  precisiontype,
GLint range,
GLint precision 
) [static]
static void loader_glGetShaderSource ( GLuint  shader,
GLsizei  bufSize,
GLsizei length,
GLchar source 
) [static]
static void loader_glGetShaderSourceARB ( GLhandleARB  obj,
GLsizei  maxLength,
GLsizei length,
GLcharARB source 
) [static]
static void loader_glGetSharpenTexFuncSGIS ( GLenum  target,
GLfloat points 
) [static]
static const GLubyte* loader_glGetString ( GLenum  name) [static]
static const GLubyte* loader_glGetStringi ( GLenum  name,
GLuint  index 
) [static]
static GLuint loader_glGetSubroutineIndex ( GLuint  program,
GLenum  shaderType,
const GLchar name 
) [static]
static GLint loader_glGetSubroutineUniformLocation ( GLuint  program,
GLenum  shaderType,
const GLchar name 
) [static]
static void loader_glGetSynciv ( GLsync  sync,
GLenum  pname,
GLsizei  bufSize,
GLsizei length,
GLint values 
) [static]
static void loader_glGetSyncivAPPLE ( GLsync  sync,
GLenum  pname,
GLsizei  bufSize,
GLsizei length,
GLint values 
) [static]
static void loader_glGetTexBumpParameterfvATI ( GLenum  pname,
GLfloat param 
) [static]
static void loader_glGetTexBumpParameterivATI ( GLenum  pname,
GLint param 
) [static]
static void loader_glGetTexEnvfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetTexEnviv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetTexEnvxv ( GLenum  env,
GLenum  pname,
GLfixed params 
) [static]
static void loader_glGetTexFilterFuncSGIS ( GLenum  target,
GLenum  filter,
GLfloat weights 
) [static]
static void loader_glGetTexGendv ( GLenum  coord,
GLenum  pname,
GLdouble params 
) [static]
static void loader_glGetTexGenfv ( GLenum  coord,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetTexGenfvOES ( GLenum  coord,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetTexGeniv ( GLenum  coord,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetTexGenivOES ( GLenum  coord,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetTexGenxvOES ( GLenum  coord,
GLenum  pname,
GLfixed params 
) [static]
static void loader_glGetTexImage ( GLenum  target,
GLint  level,
GLenum  format,
GLenum  type,
GLvoid pixels 
) [static]
static void loader_glGetTexLevelParameterfv ( GLenum  target,
GLint  level,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetTexLevelParameteriv ( GLenum  target,
GLint  level,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetTexParameterfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetTexParameterIiv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetTexParameterIivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetTexParameterIuiv ( GLenum  target,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGetTexParameterIuivEXT ( GLenum  target,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGetTexParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetTexParameterPointervAPPLE ( GLenum  target,
GLenum  pname,
GLvoid **  params 
) [static]
static void loader_glGetTexParameterxv ( GLenum  target,
GLenum  pname,
GLfixed params 
) [static]
static GLuint64 loader_glGetTextureHandleNV ( GLuint  texture) [static]
static void loader_glGetTextureImageEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  format,
GLenum  type,
GLvoid pixels 
) [static]
static void loader_glGetTextureLevelParameterfvEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetTextureLevelParameterivEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetTextureParameterfvEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetTextureParameterIivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetTextureParameterIuivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGetTextureParameterivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static GLuint64 loader_glGetTextureSamplerHandleNV ( GLuint  texture,
GLuint  sampler 
) [static]
static void loader_glGetTrackMatrixivNV ( GLenum  target,
GLuint  address,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetTransformFeedbackVarying ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLsizei size,
GLenum type,
GLchar name 
) [static]
static void loader_glGetTransformFeedbackVaryingEXT ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLsizei size,
GLenum type,
GLchar name 
) [static]
static void loader_glGetTransformFeedbackVaryingNV ( GLuint  program,
GLuint  index,
GLint location 
) [static]
static void loader_glGetTranslatedShaderSourceANGLE ( GLuint  shader,
GLsizei  bufsize,
GLsizei length,
GLchar source 
) [static]
static GLuint loader_glGetUniformBlockIndex ( GLuint  program,
const GLchar uniformBlockName 
) [static]
static GLint loader_glGetUniformBufferSizeEXT ( GLuint  program,
GLint  location 
) [static]
static void loader_glGetUniformdv ( GLuint  program,
GLint  location,
GLdouble params 
) [static]
static void loader_glGetUniformfv ( GLuint  program,
GLint  location,
GLfloat params 
) [static]
static void loader_glGetUniformfvARB ( GLhandleARB  programObj,
GLint  location,
GLfloat params 
) [static]
static void loader_glGetUniformi64vNV ( GLuint  program,
GLint  location,
GLint64EXT params 
) [static]
static void loader_glGetUniformIndices ( GLuint  program,
GLsizei  uniformCount,
const GLchar *const *  uniformNames,
GLuint uniformIndices 
) [static]
static void loader_glGetUniformiv ( GLuint  program,
GLint  location,
GLint params 
) [static]
static void loader_glGetUniformivARB ( GLhandleARB  programObj,
GLint  location,
GLint params 
) [static]
static GLint loader_glGetUniformLocation ( GLuint  program,
const GLchar name 
) [static]
static GLint loader_glGetUniformLocationARB ( GLhandleARB  programObj,
const GLcharARB name 
) [static]
static GLintptr loader_glGetUniformOffsetEXT ( GLuint  program,
GLint  location 
) [static]
static void loader_glGetUniformSubroutineuiv ( GLenum  shaderType,
GLint  location,
GLuint params 
) [static]
static void loader_glGetUniformui64vNV ( GLuint  program,
GLint  location,
GLuint64EXT params 
) [static]
static void loader_glGetUniformuiv ( GLuint  program,
GLint  location,
GLuint params 
) [static]
static void loader_glGetUniformuivEXT ( GLuint  program,
GLint  location,
GLuint params 
) [static]
static void loader_glGetVariantArrayObjectfvATI ( GLuint  id,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetVariantArrayObjectivATI ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetVariantBooleanvEXT ( GLuint  id,
GLenum  value,
GLboolean data 
) [static]
static void loader_glGetVariantFloatvEXT ( GLuint  id,
GLenum  value,
GLfloat data 
) [static]
static void loader_glGetVariantIntegervEXT ( GLuint  id,
GLenum  value,
GLint data 
) [static]
static void loader_glGetVariantPointervEXT ( GLuint  id,
GLenum  value,
GLvoid **  data 
) [static]
static GLint loader_glGetVaryingLocationNV ( GLuint  program,
const GLchar name 
) [static]
static void loader_glGetVertexArrayIntegeri_vEXT ( GLuint  vaobj,
GLuint  index,
GLenum  pname,
GLint param 
) [static]
static void loader_glGetVertexArrayIntegervEXT ( GLuint  vaobj,
GLenum  pname,
GLint param 
) [static]
static void loader_glGetVertexArrayPointeri_vEXT ( GLuint  vaobj,
GLuint  index,
GLenum  pname,
GLvoid **  param 
) [static]
static void loader_glGetVertexArrayPointervEXT ( GLuint  vaobj,
GLenum  pname,
GLvoid **  param 
) [static]
static void loader_glGetVertexAttribArrayObjectfvATI ( GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetVertexAttribArrayObjectivATI ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetVertexAttribdv ( GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void loader_glGetVertexAttribdvARB ( GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void loader_glGetVertexAttribdvNV ( GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void loader_glGetVertexAttribfv ( GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetVertexAttribfvARB ( GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetVertexAttribfvNV ( GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetVertexAttribIiv ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetVertexAttribIivEXT ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetVertexAttribIuiv ( GLuint  index,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGetVertexAttribIuivEXT ( GLuint  index,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGetVertexAttribiv ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetVertexAttribivARB ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetVertexAttribivNV ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetVertexAttribLdv ( GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void loader_glGetVertexAttribLdvEXT ( GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void loader_glGetVertexAttribLi64vNV ( GLuint  index,
GLenum  pname,
GLint64EXT params 
) [static]
static void loader_glGetVertexAttribLui64vNV ( GLuint  index,
GLenum  pname,
GLuint64EXT params 
) [static]
static void loader_glGetVertexAttribPointerv ( GLuint  index,
GLenum  pname,
GLvoid **  pointer 
) [static]
static void loader_glGetVertexAttribPointervARB ( GLuint  index,
GLenum  pname,
GLvoid **  pointer 
) [static]
static void loader_glGetVertexAttribPointervNV ( GLuint  index,
GLenum  pname,
GLvoid **  pointer 
) [static]
static void loader_glGetVideoCaptureivNV ( GLuint  video_capture_slot,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetVideoCaptureStreamdvNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
GLdouble params 
) [static]
static void loader_glGetVideoCaptureStreamfvNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
GLfloat params 
) [static]
static void loader_glGetVideoCaptureStreamivNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetVideoi64vNV ( GLuint  video_slot,
GLenum  pname,
GLint64EXT params 
) [static]
static void loader_glGetVideoivNV ( GLuint  video_slot,
GLenum  pname,
GLint params 
) [static]
static void loader_glGetVideoui64vNV ( GLuint  video_slot,
GLenum  pname,
GLuint64EXT params 
) [static]
static void loader_glGetVideouivNV ( GLuint  video_slot,
GLenum  pname,
GLuint params 
) [static]
static void loader_glGlobalAlphaFactorbSUN ( GLbyte  factor) [static]
static void loader_glGlobalAlphaFactordSUN ( GLdouble  factor) [static]
static void loader_glGlobalAlphaFactorfSUN ( GLfloat  factor) [static]
static void loader_glGlobalAlphaFactoriSUN ( GLint  factor) [static]
static void loader_glGlobalAlphaFactorsSUN ( GLshort  factor) [static]
static void loader_glGlobalAlphaFactorubSUN ( GLubyte  factor) [static]
static void loader_glGlobalAlphaFactoruiSUN ( GLuint  factor) [static]
static void loader_glGlobalAlphaFactorusSUN ( GLushort  factor) [static]
static void loader_glHint ( GLenum  target,
GLenum  mode 
) [static]
static void loader_glHintPGI ( GLenum  target,
GLint  mode 
) [static]
static void loader_glHistogram ( GLenum  target,
GLsizei  width,
GLenum  internalformat,
GLboolean  sink 
) [static]
static void loader_glHistogramEXT ( GLenum  target,
GLsizei  width,
GLenum  internalformat,
GLboolean  sink 
) [static]
static void loader_glIglooInterfaceSGIX ( GLenum  pname,
const GLvoid params 
) [static]
static void loader_glImageTransformParameterfHP ( GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glImageTransformParameterfvHP ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glImageTransformParameteriHP ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void loader_glImageTransformParameterivHP ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static GLsync loader_glImportSyncEXT ( GLenum  external_sync_type,
GLintptr  external_sync,
GLbitfield  flags 
) [static]
static void loader_glIndexd ( GLdouble  c) [static]
static void loader_glIndexdv ( const GLdouble c) [static]
static void loader_glIndexf ( GLfloat  c) [static]
static void loader_glIndexFormatNV ( GLenum  type,
GLsizei  stride 
) [static]
static void loader_glIndexFuncEXT ( GLenum  func,
GLfloat  ref 
) [static]
static void loader_glIndexfv ( const GLfloat c) [static]
static void loader_glIndexi ( GLint  c) [static]
static void loader_glIndexiv ( const GLint c) [static]
static void loader_glIndexMask ( GLuint  mask) [static]
static void loader_glIndexMaterialEXT ( GLenum  face,
GLenum  mode 
) [static]
static void loader_glIndexPointer ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glIndexPointerEXT ( GLenum  type,
GLsizei  stride,
GLsizei  count,
const GLvoid pointer 
) [static]
static void loader_glIndexPointerListIBM ( GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void loader_glIndexs ( GLshort  c) [static]
static void loader_glIndexsv ( const GLshort c) [static]
static void loader_glIndexub ( GLubyte  c) [static]
static void loader_glIndexubv ( const GLubyte c) [static]
static void loader_glInitNames ( void  ) [static]
static void loader_glInsertComponentEXT ( GLuint  res,
GLuint  src,
GLuint  num 
) [static]
static void loader_glInsertEventMarkerEXT ( GLsizei  length,
const GLchar marker 
) [static]
static void loader_glInstrumentsBufferSGIX ( GLsizei  size,
GLint buffer 
) [static]
static void loader_glInterleavedArrays ( GLenum  format,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glInterpolatePathsNV ( GLuint  resultPath,
GLuint  pathA,
GLuint  pathB,
GLfloat  weight 
) [static]
static void loader_glInvalidateBufferData ( GLuint  buffer) [static]
static void loader_glInvalidateBufferSubData ( GLuint  buffer,
GLintptr  offset,
GLsizeiptr  length 
) [static]
static void loader_glInvalidateFramebuffer ( GLenum  target,
GLsizei  numAttachments,
const GLenum attachments 
) [static]
static void loader_glInvalidateSubFramebuffer ( GLenum  target,
GLsizei  numAttachments,
const GLenum attachments,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glInvalidateTexImage ( GLuint  texture,
GLint  level 
) [static]
static void loader_glInvalidateTexSubImage ( GLuint  texture,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static GLboolean loader_glIsAsyncMarkerSGIX ( GLuint  marker) [static]
static GLboolean loader_glIsBuffer ( GLuint  buffer) [static]
static GLboolean loader_glIsBufferARB ( GLuint  buffer) [static]
static GLboolean loader_glIsBufferResidentNV ( GLenum  target) [static]
static GLboolean loader_glIsEnabled ( GLenum  cap) [static]
static GLboolean loader_glIsEnabledi ( GLenum  target,
GLuint  index 
) [static]
static GLboolean loader_glIsEnabledIndexedEXT ( GLenum  target,
GLuint  index 
) [static]
static GLboolean loader_glIsFenceAPPLE ( GLuint  fence) [static]
static GLboolean loader_glIsFenceNV ( GLuint  fence) [static]
static GLboolean loader_glIsFramebuffer ( GLuint  framebuffer) [static]
static GLboolean loader_glIsFramebufferEXT ( GLuint  framebuffer) [static]
static GLboolean loader_glIsFramebufferOES ( GLuint  framebuffer) [static]
static GLboolean loader_glIsList ( GLuint  list) [static]
static GLboolean loader_glIsNameAMD ( GLenum  identifier,
GLuint  name 
) [static]
static GLboolean loader_glIsNamedBufferResidentNV ( GLuint  buffer) [static]
static GLboolean loader_glIsNamedStringARB ( GLint  namelen,
const GLchar name 
) [static]
static GLboolean loader_glIsObjectBufferATI ( GLuint  buffer) [static]
static GLboolean loader_glIsOcclusionQueryNV ( GLuint  id) [static]
static GLboolean loader_glIsPathNV ( GLuint  path) [static]
static GLboolean loader_glIsPointInFillPathNV ( GLuint  path,
GLuint  mask,
GLfloat  x,
GLfloat  y 
) [static]
static GLboolean loader_glIsPointInStrokePathNV ( GLuint  path,
GLfloat  x,
GLfloat  y 
) [static]
static GLboolean loader_glIsProgram ( GLuint  program) [static]
static GLboolean loader_glIsProgramARB ( GLuint  program) [static]
static GLboolean loader_glIsProgramNV ( GLuint  id) [static]
static GLboolean loader_glIsProgramPipeline ( GLuint  pipeline) [static]
static GLboolean loader_glIsQuery ( GLuint  id) [static]
static GLboolean loader_glIsQueryARB ( GLuint  id) [static]
static GLboolean loader_glIsQueryEXT ( GLuint  id) [static]
static GLboolean loader_glIsRenderbuffer ( GLuint  renderbuffer) [static]
static GLboolean loader_glIsRenderbufferEXT ( GLuint  renderbuffer) [static]
static GLboolean loader_glIsRenderbufferOES ( GLuint  renderbuffer) [static]
static GLboolean loader_glIsSampler ( GLuint  sampler) [static]
static GLboolean loader_glIsShader ( GLuint  shader) [static]
static GLboolean loader_glIsSync ( GLsync  sync) [static]
static GLboolean loader_glIsSyncAPPLE ( GLsync  sync) [static]
static GLboolean loader_glIsTexture ( GLuint  texture) [static]
static GLboolean loader_glIsTextureEXT ( GLuint  texture) [static]
static GLboolean loader_glIsVariantEnabledEXT ( GLuint  id,
GLenum  cap 
) [static]
static GLboolean loader_glIsVertexArray ( GLuint  array) [static]
static GLboolean loader_glIsVertexArrayAPPLE ( GLuint  array) [static]
static GLboolean loader_glIsVertexArrayOES ( GLuint  array) [static]
static GLboolean loader_glIsVertexAttribEnabledAPPLE ( GLuint  index,
GLenum  pname 
) [static]
static void loader_glLabelObjectEXT ( GLenum  type,
GLuint  object,
GLsizei  length,
const GLchar label 
) [static]
static void loader_glLightEnviEXT ( GLenum  pname,
GLint  param 
) [static]
static void loader_glLightEnviSGIX ( GLenum  pname,
GLint  param 
) [static]
static void loader_glLightf ( GLenum  light,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glLightfv ( GLenum  light,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glLighti ( GLenum  light,
GLenum  pname,
GLint  param 
) [static]
static void loader_glLightiv ( GLenum  light,
GLenum  pname,
const GLint params 
) [static]
static void loader_glLightModelf ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glLightModelfv ( GLenum  pname,
const GLfloat params 
) [static]
static void loader_glLightModeli ( GLenum  pname,
GLint  param 
) [static]
static void loader_glLightModeliv ( GLenum  pname,
const GLint params 
) [static]
static void loader_glLightModelx ( GLenum  pname,
GLfixed  param 
) [static]
static void loader_glLightModelxv ( GLenum  pname,
const GLfixed params 
) [static]
static void loader_glLightx ( GLenum  light,
GLenum  pname,
GLfixed  param 
) [static]
static void loader_glLightxv ( GLenum  light,
GLenum  pname,
const GLfixed params 
) [static]
static void loader_glLineStipple ( GLint  factor,
GLushort  pattern 
) [static]
static void loader_glLineWidth ( GLfloat  width) [static]
static void loader_glLineWidthx ( GLfixed  width) [static]
static void loader_glLinkProgram ( GLuint  program) [static]
static void loader_glLinkProgramARB ( GLhandleARB  programObj) [static]
static void loader_glListBase ( GLuint  base) [static]
static void loader_glListParameterfSGIX ( GLuint  list,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glListParameterfvSGIX ( GLuint  list,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glListParameteriSGIX ( GLuint  list,
GLenum  pname,
GLint  param 
) [static]
static void loader_glListParameterivSGIX ( GLuint  list,
GLenum  pname,
const GLint params 
) [static]
static void loader_glLoadIdentity ( void  ) [static]
static void loader_glLoadMatrixd ( const GLdouble m) [static]
static void loader_glLoadMatrixf ( const GLfloat m) [static]
static void loader_glLoadMatrixx ( const GLfixed m) [static]
static void loader_glLoadName ( GLuint  name) [static]
static void loader_glLoadProgramNV ( GLenum  target,
GLuint  id,
GLsizei  len,
const GLubyte program 
) [static]
static void loader_glLoadTransposeMatrixd ( const GLdouble m) [static]
static void loader_glLoadTransposeMatrixdARB ( const GLdouble m) [static]
static void loader_glLoadTransposeMatrixf ( const GLfloat m) [static]
static void loader_glLoadTransposeMatrixfARB ( const GLfloat m) [static]
static void loader_glLockArraysEXT ( GLint  first,
GLsizei  count 
) [static]
static void loader_glLogicOp ( GLenum  opcode) [static]
static void loader_glLogMessageCallbackREGAL ( GLLOGPROCREGAL  callback) [static]
static void loader_glMakeBufferNonResidentNV ( GLenum  target) [static]
static void loader_glMakeBufferResidentNV ( GLenum  target,
GLenum  access 
) [static]
static void loader_glMakeImageHandleResidentNV ( GLuint64  handle,
GLenum  access 
) [static]
static void loader_glMakeNamedBufferNonResidentNV ( GLuint  buffer) [static]
static void loader_glMakeNamedBufferResidentNV ( GLuint  buffer,
GLenum  access 
) [static]
static void loader_glMakeTextureHandleResidentNV ( GLuint64  handle) [static]
static void loader_glMap1d ( GLenum  target,
GLdouble  u1,
GLdouble  u2,
GLint  stride,
GLint  order,
const GLdouble points 
) [static]
static void loader_glMap1f ( GLenum  target,
GLfloat  u1,
GLfloat  u2,
GLint  stride,
GLint  order,
const GLfloat points 
) [static]
static void loader_glMap2d ( GLenum  target,
GLdouble  u1,
GLdouble  u2,
GLint  ustride,
GLint  uorder,
GLdouble  v1,
GLdouble  v2,
GLint  vstride,
GLint  vorder,
const GLdouble points 
) [static]
static void loader_glMap2f ( GLenum  target,
GLfloat  u1,
GLfloat  u2,
GLint  ustride,
GLint  uorder,
GLfloat  v1,
GLfloat  v2,
GLint  vstride,
GLint  vorder,
const GLfloat points 
) [static]
static GLvoid* loader_glMapBuffer ( GLenum  target,
GLenum  access 
) [static]
static GLvoid* loader_glMapBufferARB ( GLenum  target,
GLenum  access 
) [static]
static GLvoid* loader_glMapBufferOES ( GLenum  target,
GLenum  access 
) [static]
static GLvoid* loader_glMapBufferRange ( GLenum  target,
GLintptr  offset,
GLsizeiptr  length,
GLbitfield  access 
) [static]
static GLvoid* loader_glMapBufferRangeEXT ( GLenum  target,
GLintptr  offset,
GLsizeiptr  length,
GLbitfield  access 
) [static]
static void loader_glMapControlPointsNV ( GLenum  target,
GLuint  index,
GLenum  type,
GLsizei  ustride,
GLsizei  vstride,
GLint  uorder,
GLint  vorder,
GLboolean  packed,
const GLvoid points 
) [static]
static void loader_glMapGrid1d ( GLint  un,
GLdouble  u1,
GLdouble  u2 
) [static]
static void loader_glMapGrid1f ( GLint  un,
GLfloat  u1,
GLfloat  u2 
) [static]
static void loader_glMapGrid2d ( GLint  un,
GLdouble  u1,
GLdouble  u2,
GLint  vn,
GLdouble  v1,
GLdouble  v2 
) [static]
static void loader_glMapGrid2f ( GLint  un,
GLfloat  u1,
GLfloat  u2,
GLint  vn,
GLfloat  v1,
GLfloat  v2 
) [static]
static GLvoid* loader_glMapNamedBufferEXT ( GLuint  buffer,
GLenum  access 
) [static]
static GLvoid* loader_glMapNamedBufferRangeEXT ( GLuint  buffer,
GLintptr  offset,
GLsizeiptr  length,
GLbitfield  access 
) [static]
static GLvoid* loader_glMapObjectBufferATI ( GLuint  buffer) [static]
static void loader_glMapParameterfvNV ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glMapParameterivNV ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glMapVertexAttrib1dAPPLE ( GLuint  index,
GLuint  size,
GLdouble  u1,
GLdouble  u2,
GLint  stride,
GLint  order,
const GLdouble points 
) [static]
static void loader_glMapVertexAttrib1fAPPLE ( GLuint  index,
GLuint  size,
GLfloat  u1,
GLfloat  u2,
GLint  stride,
GLint  order,
const GLfloat points 
) [static]
static void loader_glMapVertexAttrib2dAPPLE ( GLuint  index,
GLuint  size,
GLdouble  u1,
GLdouble  u2,
GLint  ustride,
GLint  uorder,
GLdouble  v1,
GLdouble  v2,
GLint  vstride,
GLint  vorder,
const GLdouble points 
) [static]
static void loader_glMapVertexAttrib2fAPPLE ( GLuint  index,
GLuint  size,
GLfloat  u1,
GLfloat  u2,
GLint  ustride,
GLint  uorder,
GLfloat  v1,
GLfloat  v2,
GLint  vstride,
GLint  vorder,
const GLfloat points 
) [static]
static void loader_glMaterialf ( GLenum  face,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glMaterialfv ( GLenum  face,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glMateriali ( GLenum  face,
GLenum  pname,
GLint  param 
) [static]
static void loader_glMaterialiv ( GLenum  face,
GLenum  pname,
const GLint params 
) [static]
static void loader_glMaterialx ( GLenum  face,
GLenum  pname,
GLfixed  param 
) [static]
static void loader_glMaterialxv ( GLenum  face,
GLenum  pname,
const GLfixed params 
) [static]
static void loader_glMatrixFrustumEXT ( GLenum  mode,
GLdouble  left,
GLdouble  right,
GLdouble  bottom,
GLdouble  top,
GLdouble  zNear,
GLdouble  zFar 
) [static]
static void loader_glMatrixIndexPointerARB ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glMatrixIndexPointerOES ( GLint  size,
GLenum  type,
GLsizei  stride,
GLvoid pointer 
) [static]
static void loader_glMatrixIndexubvARB ( GLint  size,
const GLubyte indices 
) [static]
static void loader_glMatrixIndexuivARB ( GLint  size,
const GLuint indices 
) [static]
static void loader_glMatrixIndexusvARB ( GLint  size,
const GLushort indices 
) [static]
static void loader_glMatrixLoaddEXT ( GLenum  mode,
const GLdouble m 
) [static]
static void loader_glMatrixLoadfEXT ( GLenum  mode,
const GLfloat m 
) [static]
static void loader_glMatrixLoadIdentityEXT ( GLenum  mode) [static]
static void loader_glMatrixLoadTransposedEXT ( GLenum  mode,
const GLdouble m 
) [static]
static void loader_glMatrixLoadTransposefEXT ( GLenum  mode,
const GLfloat m 
) [static]
static void loader_glMatrixMode ( GLenum  mode) [static]
static void loader_glMatrixMultdEXT ( GLenum  mode,
const GLdouble m 
) [static]
static void loader_glMatrixMultfEXT ( GLenum  mode,
const GLfloat m 
) [static]
static void loader_glMatrixMultTransposedEXT ( GLenum  mode,
const GLdouble m 
) [static]
static void loader_glMatrixMultTransposefEXT ( GLenum  mode,
const GLfloat m 
) [static]
static void loader_glMatrixOrthoEXT ( GLenum  mode,
GLdouble  left,
GLdouble  right,
GLdouble  bottom,
GLdouble  top,
GLdouble  zNear,
GLdouble  zFar 
) [static]
static void loader_glMatrixPopEXT ( GLenum  mode) [static]
static void loader_glMatrixPushEXT ( GLenum  mode) [static]
static void loader_glMatrixRotatedEXT ( GLenum  mode,
GLdouble  angle,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glMatrixRotatefEXT ( GLenum  mode,
GLfloat  angle,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glMatrixScaledEXT ( GLenum  mode,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glMatrixScalefEXT ( GLenum  mode,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glMatrixTranslatedEXT ( GLenum  mode,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glMatrixTranslatefEXT ( GLenum  mode,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glMemoryBarrier ( GLbitfield  barriers) [static]
static void loader_glMemoryBarrierEXT ( GLbitfield  barriers) [static]
static void loader_glMinmax ( GLenum  target,
GLenum  internalformat,
GLboolean  sink 
) [static]
static void loader_glMinmaxEXT ( GLenum  target,
GLenum  internalformat,
GLboolean  sink 
) [static]
static void loader_glMinSampleShading ( GLclampf  value) [static]
static void loader_glMinSampleShadingARB ( GLclampf  value) [static]
static void loader_glMultiDrawArrays ( GLenum  mode,
const GLint first,
const GLsizei count,
GLsizei  primcount 
) [static]
static void loader_glMultiDrawArraysEXT ( GLenum  mode,
const GLint first,
const GLsizei count,
GLsizei  primcount 
) [static]
static void loader_glMultiDrawArraysIndirect ( GLenum  mode,
const GLvoid indirect,
GLsizei  primcount,
GLsizei  stride 
) [static]
static void loader_glMultiDrawArraysIndirectAMD ( GLenum  mode,
const GLvoid indirect,
GLsizei  primcount,
GLsizei  stride 
) [static]
static void loader_glMultiDrawElementArrayAPPLE ( GLenum  mode,
const GLint first,
const GLsizei count,
GLsizei  primcount 
) [static]
static void loader_glMultiDrawElements ( GLenum  mode,
const GLsizei count,
GLenum  type,
const GLvoid *const *  indices,
GLsizei  primcount 
) [static]
static void loader_glMultiDrawElementsBaseVertex ( GLenum  mode,
const GLsizei count,
GLenum  type,
const GLvoid *const *  indices,
GLsizei  primcount,
const GLint basevertex 
) [static]
static void loader_glMultiDrawElementsEXT ( GLenum  mode,
const GLsizei count,
GLenum  type,
const GLvoid **  indices,
GLsizei  primcount 
) [static]
static void loader_glMultiDrawElementsIndirect ( GLenum  mode,
GLenum  type,
const GLvoid indirect,
GLsizei  primcount,
GLsizei  stride 
) [static]
static void loader_glMultiDrawElementsIndirectAMD ( GLenum  mode,
GLenum  type,
const GLvoid indirect,
GLsizei  primcount,
GLsizei  stride 
) [static]
static void loader_glMultiDrawRangeElementArrayAPPLE ( GLenum  mode,
GLuint  start,
GLuint  end,
const GLint first,
const GLsizei count,
GLsizei  primcount 
) [static]
static void loader_glMultiModeDrawArraysIBM ( const GLenum mode,
const GLint first,
const GLsizei count,
GLsizei  primcount,
GLint  modestride 
) [static]
static void loader_glMultiModeDrawElementsIBM ( const GLenum mode,
const GLsizei count,
GLenum  type,
const GLvoid *const *  indices,
GLsizei  primcount,
GLint  modestride 
) [static]
static void loader_glMultiTexBufferEXT ( GLenum  texunit,
GLenum  target,
GLenum  internalformat,
GLuint  buffer 
) [static]
static void loader_glMultiTexCoord1d ( GLenum  target,
GLdouble  s 
) [static]
static void loader_glMultiTexCoord1dARB ( GLenum  target,
GLdouble  s 
) [static]
static void loader_glMultiTexCoord1dv ( GLenum  target,
const GLdouble v 
) [static]
static void loader_glMultiTexCoord1dvARB ( GLenum  target,
const GLdouble v 
) [static]
static void loader_glMultiTexCoord1f ( GLenum  target,
GLfloat  s 
) [static]
static void loader_glMultiTexCoord1fARB ( GLenum  target,
GLfloat  s 
) [static]
static void loader_glMultiTexCoord1fv ( GLenum  target,
const GLfloat v 
) [static]
static void loader_glMultiTexCoord1fvARB ( GLenum  target,
const GLfloat v 
) [static]
static void loader_glMultiTexCoord1hNV ( GLenum  target,
GLhalfNV  s 
) [static]
static void loader_glMultiTexCoord1hvNV ( GLenum  target,
const GLhalfNV v 
) [static]
static void loader_glMultiTexCoord1i ( GLenum  target,
GLint  s 
) [static]
static void loader_glMultiTexCoord1iARB ( GLenum  target,
GLint  s 
) [static]
static void loader_glMultiTexCoord1iv ( GLenum  target,
const GLint v 
) [static]
static void loader_glMultiTexCoord1ivARB ( GLenum  target,
const GLint v 
) [static]
static void loader_glMultiTexCoord1s ( GLenum  target,
GLshort  s 
) [static]
static void loader_glMultiTexCoord1sARB ( GLenum  target,
GLshort  s 
) [static]
static void loader_glMultiTexCoord1sv ( GLenum  target,
const GLshort v 
) [static]
static void loader_glMultiTexCoord1svARB ( GLenum  target,
const GLshort v 
) [static]
static void loader_glMultiTexCoord2d ( GLenum  target,
GLdouble  s,
GLdouble  t 
) [static]
static void loader_glMultiTexCoord2dARB ( GLenum  target,
GLdouble  s,
GLdouble  t 
) [static]
static void loader_glMultiTexCoord2dv ( GLenum  target,
const GLdouble v 
) [static]
static void loader_glMultiTexCoord2dvARB ( GLenum  target,
const GLdouble v 
) [static]
static void loader_glMultiTexCoord2f ( GLenum  target,
GLfloat  s,
GLfloat  t 
) [static]
static void loader_glMultiTexCoord2fARB ( GLenum  target,
GLfloat  s,
GLfloat  t 
) [static]
static void loader_glMultiTexCoord2fv ( GLenum  target,
const GLfloat v 
) [static]
static void loader_glMultiTexCoord2fvARB ( GLenum  target,
const GLfloat v 
) [static]
static void loader_glMultiTexCoord2hNV ( GLenum  target,
GLhalfNV  s,
GLhalfNV  t 
) [static]
static void loader_glMultiTexCoord2hvNV ( GLenum  target,
const GLhalfNV v 
) [static]
static void loader_glMultiTexCoord2i ( GLenum  target,
GLint  s,
GLint  t 
) [static]
static void loader_glMultiTexCoord2iARB ( GLenum  target,
GLint  s,
GLint  t 
) [static]
static void loader_glMultiTexCoord2iv ( GLenum  target,
const GLint v 
) [static]
static void loader_glMultiTexCoord2ivARB ( GLenum  target,
const GLint v 
) [static]
static void loader_glMultiTexCoord2s ( GLenum  target,
GLshort  s,
GLshort  t 
) [static]
static void loader_glMultiTexCoord2sARB ( GLenum  target,
GLshort  s,
GLshort  t 
) [static]
static void loader_glMultiTexCoord2sv ( GLenum  target,
const GLshort v 
) [static]
static void loader_glMultiTexCoord2svARB ( GLenum  target,
const GLshort v 
) [static]
static void loader_glMultiTexCoord3d ( GLenum  target,
GLdouble  s,
GLdouble  t,
GLdouble  r 
) [static]
static void loader_glMultiTexCoord3dARB ( GLenum  target,
GLdouble  s,
GLdouble  t,
GLdouble  r 
) [static]
static void loader_glMultiTexCoord3dv ( GLenum  target,
const GLdouble v 
) [static]
static void loader_glMultiTexCoord3dvARB ( GLenum  target,
const GLdouble v 
) [static]
static void loader_glMultiTexCoord3f ( GLenum  target,
GLfloat  s,
GLfloat  t,
GLfloat  r 
) [static]
static void loader_glMultiTexCoord3fARB ( GLenum  target,
GLfloat  s,
GLfloat  t,
GLfloat  r 
) [static]
static void loader_glMultiTexCoord3fv ( GLenum  target,
const GLfloat v 
) [static]
static void loader_glMultiTexCoord3fvARB ( GLenum  target,
const GLfloat v 
) [static]
static void loader_glMultiTexCoord3hNV ( GLenum  target,
GLhalfNV  s,
GLhalfNV  t,
GLhalfNV  r 
) [static]
static void loader_glMultiTexCoord3hvNV ( GLenum  target,
const GLhalfNV v 
) [static]
static void loader_glMultiTexCoord3i ( GLenum  target,
GLint  s,
GLint  t,
GLint  r 
) [static]
static void loader_glMultiTexCoord3iARB ( GLenum  target,
GLint  s,
GLint  t,
GLint  r 
) [static]
static void loader_glMultiTexCoord3iv ( GLenum  target,
const GLint v 
) [static]
static void loader_glMultiTexCoord3ivARB ( GLenum  target,
const GLint v 
) [static]
static void loader_glMultiTexCoord3s ( GLenum  target,
GLshort  s,
GLshort  t,
GLshort  r 
) [static]
static void loader_glMultiTexCoord3sARB ( GLenum  target,
GLshort  s,
GLshort  t,
GLshort  r 
) [static]
static void loader_glMultiTexCoord3sv ( GLenum  target,
const GLshort v 
) [static]
static void loader_glMultiTexCoord3svARB ( GLenum  target,
const GLshort v 
) [static]
static void loader_glMultiTexCoord4d ( GLenum  target,
GLdouble  s,
GLdouble  t,
GLdouble  r,
GLdouble  q 
) [static]
static void loader_glMultiTexCoord4dARB ( GLenum  target,
GLdouble  s,
GLdouble  t,
GLdouble  r,
GLdouble  q 
) [static]
static void loader_glMultiTexCoord4dv ( GLenum  target,
const GLdouble v 
) [static]
static void loader_glMultiTexCoord4dvARB ( GLenum  target,
const GLdouble v 
) [static]
static void loader_glMultiTexCoord4f ( GLenum  target,
GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  q 
) [static]
static void loader_glMultiTexCoord4fARB ( GLenum  target,
GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  q 
) [static]
static void loader_glMultiTexCoord4fv ( GLenum  target,
const GLfloat v 
) [static]
static void loader_glMultiTexCoord4fvARB ( GLenum  target,
const GLfloat v 
) [static]
static void loader_glMultiTexCoord4hNV ( GLenum  target,
GLhalfNV  s,
GLhalfNV  t,
GLhalfNV  r,
GLhalfNV  q 
) [static]
static void loader_glMultiTexCoord4hvNV ( GLenum  target,
const GLhalfNV v 
) [static]
static void loader_glMultiTexCoord4i ( GLenum  target,
GLint  s,
GLint  t,
GLint  r,
GLint  q 
) [static]
static void loader_glMultiTexCoord4iARB ( GLenum  target,
GLint  s,
GLint  t,
GLint  r,
GLint  q 
) [static]
static void loader_glMultiTexCoord4iv ( GLenum  target,
const GLint v 
) [static]
static void loader_glMultiTexCoord4ivARB ( GLenum  target,
const GLint v 
) [static]
static void loader_glMultiTexCoord4s ( GLenum  target,
GLshort  s,
GLshort  t,
GLshort  r,
GLshort  q 
) [static]
static void loader_glMultiTexCoord4sARB ( GLenum  target,
GLshort  s,
GLshort  t,
GLshort  r,
GLshort  q 
) [static]
static void loader_glMultiTexCoord4sv ( GLenum  target,
const GLshort v 
) [static]
static void loader_glMultiTexCoord4svARB ( GLenum  target,
const GLshort v 
) [static]
static void loader_glMultiTexCoord4x ( GLenum  target,
GLfixed  s,
GLfixed  t,
GLfixed  r,
GLfixed  q 
) [static]
static void loader_glMultiTexCoordP1ui ( GLenum  texture,
GLenum  type,
GLuint  coords 
) [static]
static void loader_glMultiTexCoordP1uiv ( GLenum  texture,
GLenum  type,
const GLuint coords 
) [static]
static void loader_glMultiTexCoordP2ui ( GLenum  texture,
GLenum  type,
GLuint  coords 
) [static]
static void loader_glMultiTexCoordP2uiv ( GLenum  texture,
GLenum  type,
const GLuint coords 
) [static]
static void loader_glMultiTexCoordP3ui ( GLenum  texture,
GLenum  type,
GLuint  coords 
) [static]
static void loader_glMultiTexCoordP3uiv ( GLenum  texture,
GLenum  type,
const GLuint coords 
) [static]
static void loader_glMultiTexCoordP4ui ( GLenum  texture,
GLenum  type,
GLuint  coords 
) [static]
static void loader_glMultiTexCoordP4uiv ( GLenum  texture,
GLenum  type,
const GLuint coords 
) [static]
static void loader_glMultiTexCoordPointerEXT ( GLenum  texunit,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glMultiTexEnvfEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glMultiTexEnvfvEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glMultiTexEnviEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void loader_glMultiTexEnvivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glMultiTexGendEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLdouble  param 
) [static]
static void loader_glMultiTexGendvEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
const GLdouble params 
) [static]
static void loader_glMultiTexGenfEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glMultiTexGenfvEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glMultiTexGeniEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLint  param 
) [static]
static void loader_glMultiTexGenivEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
const GLint params 
) [static]
static void loader_glMultiTexImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glMultiTexImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glMultiTexImage3DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glMultiTexParameterfEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glMultiTexParameterfvEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLfloat param 
) [static]
static void loader_glMultiTexParameteriEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void loader_glMultiTexParameterIivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glMultiTexParameterIuivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLuint params 
) [static]
static void loader_glMultiTexParameterivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLint param 
) [static]
static void loader_glMultiTexRenderbufferEXT ( GLenum  texunit,
GLenum  target,
GLuint  renderbuffer 
) [static]
static void loader_glMultiTexSubImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glMultiTexSubImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glMultiTexSubImage3DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glMultMatrixd ( const GLdouble m) [static]
static void loader_glMultMatrixf ( const GLfloat m) [static]
static void loader_glMultMatrixx ( const GLfixed m) [static]
static void loader_glMultTransposeMatrixd ( const GLdouble m) [static]
static void loader_glMultTransposeMatrixdARB ( const GLdouble m) [static]
static void loader_glMultTransposeMatrixf ( const GLfloat m) [static]
static void loader_glMultTransposeMatrixfARB ( const GLfloat m) [static]
static void loader_glNamedBufferDataEXT ( GLuint  buffer,
GLsizeiptr  size,
const GLvoid data,
GLenum  usage 
) [static]
static void loader_glNamedBufferSubDataEXT ( GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size,
const GLvoid data 
) [static]
static void loader_glNamedCopyBufferSubDataEXT ( GLuint  readBuffer,
GLuint  writeBuffer,
GLintptr  readOffset,
GLintptr  writeOffset,
GLsizeiptr  size 
) [static]
static void loader_glNamedFramebufferParameteriEXT ( GLuint  framebuffer,
GLenum  pname,
GLint  param 
) [static]
static void loader_glNamedFramebufferRenderbufferEXT ( GLuint  framebuffer,
GLenum  attachment,
GLenum  renderbuffertarget,
GLuint  renderbuffer 
) [static]
static void loader_glNamedFramebufferTexture1DEXT ( GLuint  framebuffer,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void loader_glNamedFramebufferTexture2DEXT ( GLuint  framebuffer,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void loader_glNamedFramebufferTexture3DEXT ( GLuint  framebuffer,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLint  zoffset 
) [static]
static void loader_glNamedFramebufferTextureEXT ( GLuint  framebuffer,
GLenum  attachment,
GLuint  texture,
GLint  level 
) [static]
static void loader_glNamedFramebufferTextureFaceEXT ( GLuint  framebuffer,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLenum  face 
) [static]
static void loader_glNamedFramebufferTextureLayerEXT ( GLuint  framebuffer,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLint  layer 
) [static]
static void loader_glNamedProgramLocalParameter4dEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glNamedProgramLocalParameter4dvEXT ( GLuint  program,
GLenum  target,
GLuint  index,
const GLdouble params 
) [static]
static void loader_glNamedProgramLocalParameter4fEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glNamedProgramLocalParameter4fvEXT ( GLuint  program,
GLenum  target,
GLuint  index,
const GLfloat params 
) [static]
static void loader_glNamedProgramLocalParameterI4iEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void loader_glNamedProgramLocalParameterI4ivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
const GLint params 
) [static]
static void loader_glNamedProgramLocalParameterI4uiEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void loader_glNamedProgramLocalParameterI4uivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
const GLuint params 
) [static]
static void loader_glNamedProgramLocalParameters4fvEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLsizei  count,
const GLfloat params 
) [static]
static void loader_glNamedProgramLocalParametersI4ivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLsizei  count,
const GLint params 
) [static]
static void loader_glNamedProgramLocalParametersI4uivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLsizei  count,
const GLuint params 
) [static]
static void loader_glNamedProgramStringEXT ( GLuint  program,
GLenum  target,
GLenum  format,
GLsizei  len,
const GLvoid string 
) [static]
static void loader_glNamedRenderbufferStorageEXT ( GLuint  renderbuffer,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glNamedRenderbufferStorageMultisampleCoverageEXT ( GLuint  renderbuffer,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glNamedRenderbufferStorageMultisampleEXT ( GLuint  renderbuffer,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glNamedStringARB ( GLenum  type,
GLint  namelen,
const GLchar name,
GLint  stringlen,
const GLchar string 
) [static]
static GLuint loader_glNewBufferRegion ( GLenum  region) [static]
static void loader_glNewList ( GLuint  list,
GLenum  mode 
) [static]
static GLuint loader_glNewObjectBufferATI ( GLsizei  size,
const GLvoid pointer,
GLenum  usage 
) [static]
static void loader_glNormal3b ( GLbyte  nx,
GLbyte  ny,
GLbyte  nz 
) [static]
static void loader_glNormal3bv ( const GLbyte v) [static]
static void loader_glNormal3d ( GLdouble  nx,
GLdouble  ny,
GLdouble  nz 
) [static]
static void loader_glNormal3dv ( const GLdouble v) [static]
static void loader_glNormal3f ( GLfloat  nx,
GLfloat  ny,
GLfloat  nz 
) [static]
static void loader_glNormal3fv ( const GLfloat v) [static]
static void loader_glNormal3fVertex3fSUN ( GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glNormal3fVertex3fvSUN ( const GLfloat n,
const GLfloat v 
) [static]
static void loader_glNormal3hNV ( GLhalfNV  nx,
GLhalfNV  ny,
GLhalfNV  nz 
) [static]
static void loader_glNormal3hvNV ( const GLhalfNV v) [static]
static void loader_glNormal3i ( GLint  nx,
GLint  ny,
GLint  nz 
) [static]
static void loader_glNormal3iv ( const GLint v) [static]
static void loader_glNormal3s ( GLshort  nx,
GLshort  ny,
GLshort  nz 
) [static]
static void loader_glNormal3sv ( const GLshort v) [static]
static void loader_glNormal3x ( GLfixed  nx,
GLfixed  ny,
GLfixed  nz 
) [static]
static void loader_glNormalFormatNV ( GLenum  type,
GLsizei  stride 
) [static]
static void loader_glNormalP3ui ( GLenum  type,
GLuint  coords 
) [static]
static void loader_glNormalP3uiv ( GLenum  type,
const GLuint coords 
) [static]
static void loader_glNormalPointer ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glNormalPointerEXT ( GLenum  type,
GLsizei  stride,
GLsizei  count,
const GLvoid pointer 
) [static]
static void loader_glNormalPointerListIBM ( GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void loader_glNormalPointervINTEL ( GLenum  type,
const GLvoid **  pointer 
) [static]
static void loader_glNormalStream3bATI ( GLenum  stream,
GLbyte  x,
GLbyte  y,
GLbyte  z 
) [static]
static void loader_glNormalStream3bvATI ( GLenum  stream,
const GLbyte coords 
) [static]
static void loader_glNormalStream3dATI ( GLenum  stream,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glNormalStream3dvATI ( GLenum  stream,
const GLdouble coords 
) [static]
static void loader_glNormalStream3fATI ( GLenum  stream,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glNormalStream3fvATI ( GLenum  stream,
const GLfloat coords 
) [static]
static void loader_glNormalStream3iATI ( GLenum  stream,
GLint  x,
GLint  y,
GLint  z 
) [static]
static void loader_glNormalStream3ivATI ( GLenum  stream,
const GLint coords 
) [static]
static void loader_glNormalStream3sATI ( GLenum  stream,
GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void loader_glNormalStream3svATI ( GLenum  stream,
const GLshort coords 
) [static]
static void loader_glObjectLabel ( GLenum  identifier,
GLuint  name,
GLsizei  length,
const GLchar label 
) [static]
static void loader_glObjectPtrLabel ( const GLvoid ptr,
GLsizei  length,
const GLchar label 
) [static]
static GLenum loader_glObjectPurgeableAPPLE ( GLenum  objectType,
GLuint  name,
GLenum  option 
) [static]
static GLenum loader_glObjectUnpurgeableAPPLE ( GLenum  objectType,
GLuint  name,
GLenum  option 
) [static]
static void loader_glOrtho ( GLdouble  left,
GLdouble  right,
GLdouble  bottom,
GLdouble  top,
GLdouble  zNear,
GLdouble  zFar 
) [static]
static void loader_glOrthof ( GLfloat  left,
GLfloat  right,
GLfloat  bottom,
GLfloat  top,
GLfloat  zNear,
GLfloat  zFar 
) [static]
static void loader_glOrthofOES ( GLfloat  l,
GLfloat  r,
GLfloat  b,
GLfloat  t,
GLfloat  n,
GLfloat  f 
) [static]
static void loader_glOrthox ( GLfixed  left,
GLfixed  right,
GLfixed  bottom,
GLfixed  top,
GLfixed  zNear,
GLfixed  zFar 
) [static]
static void loader_glPassTexCoordATI ( GLuint  dst,
GLuint  coord,
GLenum  swizzle 
) [static]
static void loader_glPassThrough ( GLfloat  token) [static]
static void loader_glPatchParameterfv ( GLenum  pname,
const GLfloat values 
) [static]
static void loader_glPatchParameteri ( GLenum  pname,
GLint  value 
) [static]
static void loader_glPathColorGenNV ( GLenum  color,
GLenum  genMode,
GLenum  colorFormat,
const GLfloat coeffs 
) [static]
static void loader_glPathCommandsNV ( GLuint  path,
GLsizei  numCommands,
const GLubyte commands,
GLsizei  numCoords,
GLenum  coordType,
const GLvoid coords 
) [static]
static void loader_glPathCoordsNV ( GLuint  path,
GLsizei  numCoords,
GLenum  coordType,
const GLvoid coords 
) [static]
static void loader_glPathCoverDepthFuncNV ( GLenum  zfunc) [static]
static void loader_glPathDashArrayNV ( GLuint  path,
GLsizei  dashCount,
const GLfloat dashArray 
) [static]
static void loader_glPathFogGenNV ( GLenum  genMode) [static]
static void loader_glPathGlyphRangeNV ( GLuint  firstPathName,
GLenum  fontTarget,
const GLvoid fontName,
GLbitfield  fontStyle,
GLuint  firstGlyph,
GLsizei  numGlyphs,
GLenum  handleMissingGlyphs,
GLuint  pathParameterTemplate,
GLfloat  emScale 
) [static]
static void loader_glPathGlyphsNV ( GLuint  firstPathName,
GLenum  fontTarget,
const GLvoid fontName,
GLbitfield  fontStyle,
GLsizei  numGlyphs,
GLenum  type,
const GLvoid charcodes,
GLenum  handleMissingGlyphs,
GLuint  pathParameterTemplate,
GLfloat  emScale 
) [static]
static void loader_glPathParameterfNV ( GLuint  path,
GLenum  pname,
GLfloat  value 
) [static]
static void loader_glPathParameterfvNV ( GLuint  path,
GLenum  pname,
const GLfloat value 
) [static]
static void loader_glPathParameteriNV ( GLuint  path,
GLenum  pname,
GLint  value 
) [static]
static void loader_glPathParameterivNV ( GLuint  path,
GLenum  pname,
const GLint value 
) [static]
static void loader_glPathStencilDepthOffsetNV ( GLfloat  factor,
GLfloat  units 
) [static]
static void loader_glPathStencilFuncNV ( GLenum  func,
GLint  ref,
GLuint  mask 
) [static]
static void loader_glPathStringNV ( GLuint  path,
GLenum  format,
GLsizei  length,
const GLvoid pathString 
) [static]
static void loader_glPathSubCommandsNV ( GLuint  path,
GLsizei  commandStart,
GLsizei  commandsToDelete,
GLsizei  numCommands,
const GLubyte commands,
GLsizei  numCoords,
GLenum  coordType,
const GLvoid coords 
) [static]
static void loader_glPathSubCoordsNV ( GLuint  path,
GLsizei  coordStart,
GLsizei  numCoords,
GLenum  coordType,
const GLvoid coords 
) [static]
static void loader_glPathTexGenNV ( GLenum  texCoordSet,
GLenum  genMode,
GLint  components,
const GLfloat coeffs 
) [static]
static void loader_glPauseTransformFeedback ( void  ) [static]
static void loader_glPixelDataRangeNV ( GLenum  target,
GLsizei  size,
const GLvoid pointer 
) [static]
static void loader_glPixelMapfv ( GLenum  map,
GLsizei  mapsize,
const GLfloat values 
) [static]
static void loader_glPixelMapuiv ( GLenum  map,
GLsizei  mapsize,
const GLuint values 
) [static]
static void loader_glPixelMapusv ( GLenum  map,
GLsizei  mapsize,
const GLushort values 
) [static]
static void loader_glPixelStoref ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glPixelStorei ( GLenum  pname,
GLint  param 
) [static]
static void loader_glPixelTexGenParameterfSGIS ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glPixelTexGenParameterfvSGIS ( GLenum  pname,
const GLfloat params 
) [static]
static void loader_glPixelTexGenParameteriSGIS ( GLenum  pname,
GLint  param 
) [static]
static void loader_glPixelTexGenParameterivSGIS ( GLenum  pname,
const GLint params 
) [static]
static void loader_glPixelTexGenSGIX ( GLenum  mode) [static]
static void loader_glPixelTransferf ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glPixelTransferi ( GLenum  pname,
GLint  param 
) [static]
static void loader_glPixelTransformParameterfEXT ( GLenum  target,
GLenum  pname,
const GLfloat  param 
) [static]
static void loader_glPixelTransformParameterfvEXT ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glPixelTransformParameteriEXT ( GLenum  target,
GLenum  pname,
const GLint  param 
) [static]
static void loader_glPixelTransformParameterivEXT ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glPixelZoom ( GLfloat  xfactor,
GLfloat  yfactor 
) [static]
static void loader_glPNTrianglesfATI ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glPNTrianglesiATI ( GLenum  pname,
GLint  param 
) [static]
static GLboolean loader_glPointAlongPathNV ( GLuint  path,
GLsizei  startSegment,
GLsizei  numSegments,
GLfloat  distance,
GLfloat x,
GLfloat y,
GLfloat tangentX,
GLfloat tangentY 
) [static]
static void loader_glPointParameterf ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glPointParameterfARB ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glPointParameterfEXT ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glPointParameterfSGIS ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glPointParameterfv ( GLenum  pname,
const GLfloat params 
) [static]
static void loader_glPointParameterfvARB ( GLenum  pname,
const GLfloat params 
) [static]
static void loader_glPointParameterfvEXT ( GLenum  pname,
const GLfloat params 
) [static]
static void loader_glPointParameterfvSGIS ( GLenum  pname,
const GLfloat params 
) [static]
static void loader_glPointParameteri ( GLenum  pname,
GLint  param 
) [static]
static void loader_glPointParameteriNV ( GLenum  pname,
GLint  param 
) [static]
static void loader_glPointParameteriv ( GLenum  pname,
const GLint params 
) [static]
static void loader_glPointParameterivNV ( GLenum  pname,
const GLint params 
) [static]
static void loader_glPointParameterx ( GLenum  pname,
GLfixed  param 
) [static]
static void loader_glPointParameterxv ( GLenum  pname,
const GLfixed params 
) [static]
static void loader_glPointSize ( GLfloat  size) [static]
static void loader_glPointSizePointerOES ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glPointSizex ( GLfixed  size) [static]
static GLint loader_glPollAsyncSGIX ( GLuint markerp) [static]
static GLint loader_glPollInstrumentsSGIX ( GLint marker_p) [static]
static void loader_glPolygonMode ( GLenum  face,
GLenum  mode 
) [static]
static void loader_glPolygonOffset ( GLfloat  factor,
GLfloat  units 
) [static]
static void loader_glPolygonOffsetEXT ( GLfloat  factor,
GLfloat  bias 
) [static]
static void loader_glPolygonOffsetx ( GLfixed  factor,
GLfixed  units 
) [static]
static void loader_glPolygonStipple ( const GLubyte mask) [static]
static void loader_glPopAttrib ( void  ) [static]
static void loader_glPopClientAttrib ( void  ) [static]
static void loader_glPopDebugGroup ( void  ) [static]
static void loader_glPopGroupMarkerEXT ( void  ) [static]
static void loader_glPopMatrix ( void  ) [static]
static void loader_glPopName ( void  ) [static]
static void loader_glPresentFrameDualFillNV ( GLuint  video_slot,
GLuint64EXT  minPresentTime,
GLuint  beginPresentTimeId,
GLuint  presentDurationId,
GLenum  type,
GLenum  target0,
GLuint  fill0,
GLenum  target1,
GLuint  fill1,
GLenum  target2,
GLuint  fill2,
GLenum  target3,
GLuint  fill3 
) [static]
static void loader_glPresentFrameKeyedNV ( GLuint  video_slot,
GLuint64EXT  minPresentTime,
GLuint  beginPresentTimeId,
GLuint  presentDurationId,
GLenum  type,
GLenum  target0,
GLuint  fill0,
GLuint  key0,
GLenum  target1,
GLuint  fill1,
GLuint  key1 
) [static]
static void loader_glPrimitiveRestartIndex ( GLuint  index) [static]
static void loader_glPrimitiveRestartIndexNV ( GLuint  index) [static]
static void loader_glPrimitiveRestartNV ( void  ) [static]
static void loader_glPrioritizeTextures ( GLsizei  n,
const GLuint textures,
const GLclampf priorities 
) [static]
static void loader_glPrioritizeTexturesEXT ( GLsizei  n,
const GLuint textures,
const GLclampf priorities 
) [static]
static void loader_glProgramBinary ( GLuint  program,
GLenum  binaryFormat,
const GLvoid binary,
GLsizei  length 
) [static]
static void loader_glProgramBinaryOES ( GLuint  program,
GLenum  binaryFormat,
const GLvoid binary,
GLint  length 
) [static]
static void loader_glProgramBufferParametersfvNV ( GLenum  target,
GLuint  buffer,
GLuint  index,
GLsizei  count,
const GLfloat params 
) [static]
static void loader_glProgramBufferParametersIivNV ( GLenum  target,
GLuint  buffer,
GLuint  index,
GLsizei  count,
const GLint params 
) [static]
static void loader_glProgramBufferParametersIuivNV ( GLenum  target,
GLuint  buffer,
GLuint  index,
GLsizei  count,
const GLuint params 
) [static]
static void loader_glProgramEnvParameter4dARB ( GLenum  target,
GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glProgramEnvParameter4dvARB ( GLenum  target,
GLuint  index,
const GLdouble params 
) [static]
static void loader_glProgramEnvParameter4fARB ( GLenum  target,
GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glProgramEnvParameter4fvARB ( GLenum  target,
GLuint  index,
const GLfloat params 
) [static]
static void loader_glProgramEnvParameterI4iNV ( GLenum  target,
GLuint  index,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void loader_glProgramEnvParameterI4ivNV ( GLenum  target,
GLuint  index,
const GLint params 
) [static]
static void loader_glProgramEnvParameterI4uiNV ( GLenum  target,
GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void loader_glProgramEnvParameterI4uivNV ( GLenum  target,
GLuint  index,
const GLuint params 
) [static]
static void loader_glProgramEnvParameters4fvEXT ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLfloat params 
) [static]
static void loader_glProgramEnvParametersI4ivNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLint params 
) [static]
static void loader_glProgramEnvParametersI4uivNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLuint params 
) [static]
static void loader_glProgramLocalParameter4dARB ( GLenum  target,
GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glProgramLocalParameter4dvARB ( GLenum  target,
GLuint  index,
const GLdouble params 
) [static]
static void loader_glProgramLocalParameter4fARB ( GLenum  target,
GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glProgramLocalParameter4fvARB ( GLenum  target,
GLuint  index,
const GLfloat params 
) [static]
static void loader_glProgramLocalParameterI4iNV ( GLenum  target,
GLuint  index,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void loader_glProgramLocalParameterI4ivNV ( GLenum  target,
GLuint  index,
const GLint params 
) [static]
static void loader_glProgramLocalParameterI4uiNV ( GLenum  target,
GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void loader_glProgramLocalParameterI4uivNV ( GLenum  target,
GLuint  index,
const GLuint params 
) [static]
static void loader_glProgramLocalParameters4fvEXT ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLfloat params 
) [static]
static void loader_glProgramLocalParametersI4ivNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLint params 
) [static]
static void loader_glProgramLocalParametersI4uivNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLuint params 
) [static]
static void loader_glProgramNamedParameter4dNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glProgramNamedParameter4dvNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
const GLdouble v 
) [static]
static void loader_glProgramNamedParameter4fNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glProgramNamedParameter4fvNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
const GLfloat v 
) [static]
static void loader_glProgramParameter4dNV ( GLenum  target,
GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glProgramParameter4dvNV ( GLenum  target,
GLuint  index,
const GLdouble v 
) [static]
static void loader_glProgramParameter4fNV ( GLenum  target,
GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glProgramParameter4fvNV ( GLenum  target,
GLuint  index,
const GLfloat v 
) [static]
static void loader_glProgramParameteri ( GLuint  program,
GLenum  pname,
GLint  value 
) [static]
static void loader_glProgramParameteriARB ( GLuint  program,
GLenum  pname,
GLint  value 
) [static]
static void loader_glProgramParameteriEXT ( GLuint  program,
GLenum  pname,
GLint  value 
) [static]
static void loader_glProgramParameters4dvNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLdouble v 
) [static]
static void loader_glProgramParameters4fvNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLfloat v 
) [static]
static void loader_glProgramStringARB ( GLenum  target,
GLenum  format,
GLsizei  len,
const GLvoid string 
) [static]
static void loader_glProgramSubroutineParametersuivNV ( GLenum  target,
GLsizei  count,
const GLuint params 
) [static]
static void loader_glProgramUniform1d ( GLuint  program,
GLint  location,
GLdouble  x 
) [static]
static void loader_glProgramUniform1dEXT ( GLuint  program,
GLint  location,
GLdouble  x 
) [static]
static void loader_glProgramUniform1dv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glProgramUniform1dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glProgramUniform1f ( GLuint  program,
GLint  location,
GLfloat  x 
) [static]
static void loader_glProgramUniform1fEXT ( GLuint  program,
GLint  location,
GLfloat  v0 
) [static]
static void loader_glProgramUniform1fv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glProgramUniform1fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glProgramUniform1i ( GLuint  program,
GLint  location,
GLint  x 
) [static]
static void loader_glProgramUniform1i64NV ( GLuint  program,
GLint  location,
GLint64EXT  x 
) [static]
static void loader_glProgramUniform1i64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void loader_glProgramUniform1iEXT ( GLuint  program,
GLint  location,
GLint  v0 
) [static]
static void loader_glProgramUniform1iv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glProgramUniform1ivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glProgramUniform1ui ( GLuint  program,
GLint  location,
GLuint  v0 
) [static]
static void loader_glProgramUniform1ui64NV ( GLuint  program,
GLint  location,
GLuint64EXT  x 
) [static]
static void loader_glProgramUniform1ui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void loader_glProgramUniform1uiEXT ( GLuint  program,
GLint  location,
GLuint  v0 
) [static]
static void loader_glProgramUniform1uiv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glProgramUniform1uivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glProgramUniform2d ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y 
) [static]
static void loader_glProgramUniform2dEXT ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y 
) [static]
static void loader_glProgramUniform2dv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glProgramUniform2dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glProgramUniform2f ( GLuint  program,
GLint  location,
GLfloat  x,
GLfloat  y 
) [static]
static void loader_glProgramUniform2fEXT ( GLuint  program,
GLint  location,
GLfloat  v0,
GLfloat  v1 
) [static]
static void loader_glProgramUniform2fv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glProgramUniform2fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glProgramUniform2i ( GLuint  program,
GLint  location,
GLint  x,
GLint  y 
) [static]
static void loader_glProgramUniform2i64NV ( GLuint  program,
GLint  location,
GLint64EXT  x,
GLint64EXT  y 
) [static]
static void loader_glProgramUniform2i64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void loader_glProgramUniform2iEXT ( GLuint  program,
GLint  location,
GLint  v0,
GLint  v1 
) [static]
static void loader_glProgramUniform2iv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glProgramUniform2ivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glProgramUniform2ui ( GLuint  program,
GLint  location,
GLuint  x,
GLuint  y 
) [static]
static void loader_glProgramUniform2ui64NV ( GLuint  program,
GLint  location,
GLuint64EXT  x,
GLuint64EXT  y 
) [static]
static void loader_glProgramUniform2ui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void loader_glProgramUniform2uiEXT ( GLuint  program,
GLint  location,
GLuint  v0,
GLuint  v1 
) [static]
static void loader_glProgramUniform2uiv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glProgramUniform2uivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glProgramUniform3d ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glProgramUniform3dEXT ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glProgramUniform3dv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glProgramUniform3dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glProgramUniform3f ( GLuint  program,
GLint  location,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glProgramUniform3fEXT ( GLuint  program,
GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2 
) [static]
static void loader_glProgramUniform3fv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glProgramUniform3fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glProgramUniform3i ( GLuint  program,
GLint  location,
GLint  x,
GLint  y,
GLint  z 
) [static]
static void loader_glProgramUniform3i64NV ( GLuint  program,
GLint  location,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z 
) [static]
static void loader_glProgramUniform3i64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void loader_glProgramUniform3iEXT ( GLuint  program,
GLint  location,
GLint  v0,
GLint  v1,
GLint  v2 
) [static]
static void loader_glProgramUniform3iv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glProgramUniform3ivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glProgramUniform3ui ( GLuint  program,
GLint  location,
GLuint  x,
GLuint  y,
GLuint  z 
) [static]
static void loader_glProgramUniform3ui64NV ( GLuint  program,
GLint  location,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z 
) [static]
static void loader_glProgramUniform3ui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void loader_glProgramUniform3uiEXT ( GLuint  program,
GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2 
) [static]
static void loader_glProgramUniform3uiv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glProgramUniform3uivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glProgramUniform4d ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glProgramUniform4dEXT ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glProgramUniform4dv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glProgramUniform4dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glProgramUniform4f ( GLuint  program,
GLint  location,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glProgramUniform4fEXT ( GLuint  program,
GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2,
GLfloat  v3 
) [static]
static void loader_glProgramUniform4fv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glProgramUniform4fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glProgramUniform4i ( GLuint  program,
GLint  location,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void loader_glProgramUniform4i64NV ( GLuint  program,
GLint  location,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z,
GLint64EXT  w 
) [static]
static void loader_glProgramUniform4i64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void loader_glProgramUniform4iEXT ( GLuint  program,
GLint  location,
GLint  v0,
GLint  v1,
GLint  v2,
GLint  v3 
) [static]
static void loader_glProgramUniform4iv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glProgramUniform4ivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glProgramUniform4ui ( GLuint  program,
GLint  location,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void loader_glProgramUniform4ui64NV ( GLuint  program,
GLint  location,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z,
GLuint64EXT  w 
) [static]
static void loader_glProgramUniform4ui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void loader_glProgramUniform4uiEXT ( GLuint  program,
GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2,
GLuint  v3 
) [static]
static void loader_glProgramUniform4uiv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glProgramUniform4uivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glProgramUniformHandleui64NV ( GLuint  program,
GLint  location,
GLuint64  value 
) [static]
static void loader_glProgramUniformHandleui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64 values 
) [static]
static void loader_glProgramUniformMatrix2dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix2dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix2fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix2fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix2x3dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix2x3dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix2x3fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix2x3fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix2x4dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix2x4dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix2x4fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix2x4fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix3dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix3dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix3fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix3fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix3x2dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix3x2dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix3x2fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix3x2fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix3x4dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix3x4dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix3x4fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix3x4fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix4dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix4dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix4fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix4fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix4x2dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix4x2dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix4x2fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix4x2fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix4x3dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix4x3dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glProgramUniformMatrix4x3fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformMatrix4x3fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glProgramUniformui64NV ( GLuint  program,
GLint  location,
GLuint64EXT  v0 
) [static]
static void loader_glProgramUniformui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void loader_glProgramVertexLimitNV ( GLenum  target,
GLint  limit 
) [static]
static void loader_glProvokingVertex ( GLenum  mode) [static]
static void loader_glProvokingVertexEXT ( GLenum  mode) [static]
static void loader_glPushAttrib ( GLbitfield  mask) [static]
static void loader_glPushClientAttrib ( GLbitfield  mask) [static]
static void loader_glPushDebugGroup ( GLenum  source,
GLuint  id,
GLsizei  length,
const GLchar message 
) [static]
static void loader_glPushGroupMarkerEXT ( GLsizei  length,
const GLchar marker 
) [static]
static void loader_glPushMatrix ( void  ) [static]
static void loader_glPushName ( GLuint  name) [static]
static void loader_glQueryCounter ( GLuint  id,
GLenum  target 
) [static]
static void loader_glQueryCounterEXT ( GLuint  id,
GLenum  target 
) [static]
static void loader_glRasterPos2d ( GLdouble  x,
GLdouble  y 
) [static]
static void loader_glRasterPos2dv ( const GLdouble v) [static]
static void loader_glRasterPos2f ( GLfloat  x,
GLfloat  y 
) [static]
static void loader_glRasterPos2fv ( const GLfloat v) [static]
static void loader_glRasterPos2i ( GLint  x,
GLint  y 
) [static]
static void loader_glRasterPos2iv ( const GLint v) [static]
static void loader_glRasterPos2s ( GLshort  x,
GLshort  y 
) [static]
static void loader_glRasterPos2sv ( const GLshort v) [static]
static void loader_glRasterPos3d ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glRasterPos3dv ( const GLdouble v) [static]
static void loader_glRasterPos3f ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glRasterPos3fv ( const GLfloat v) [static]
static void loader_glRasterPos3i ( GLint  x,
GLint  y,
GLint  z 
) [static]
static void loader_glRasterPos3iv ( const GLint v) [static]
static void loader_glRasterPos3s ( GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void loader_glRasterPos3sv ( const GLshort v) [static]
static void loader_glRasterPos4d ( GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glRasterPos4dv ( const GLdouble v) [static]
static void loader_glRasterPos4f ( GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glRasterPos4fv ( const GLfloat v) [static]
static void loader_glRasterPos4i ( GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void loader_glRasterPos4iv ( const GLint v) [static]
static void loader_glRasterPos4s ( GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void loader_glRasterPos4sv ( const GLshort v) [static]
static void loader_glReadBuffer ( GLenum  mode) [static]
static void loader_glReadBufferIndexedEXT ( GLenum  src,
GLint  index 
) [static]
static void loader_glReadBufferNV ( GLenum  mode) [static]
static void loader_glReadBufferRegion ( GLuint  region,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glReadInstrumentsSGIX ( GLint  marker) [static]
static void loader_glReadnPixelsARB ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid data 
) [static]
static void loader_glReadnPixelsEXT ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid data 
) [static]
static void loader_glReadPixels ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
GLvoid pixels 
) [static]
static void loader_glReadVideoPixelsSUN ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
GLvoid pixels 
) [static]
static void loader_glRectd ( GLdouble  x1,
GLdouble  y1,
GLdouble  x2,
GLdouble  y2 
) [static]
static void loader_glRectdv ( const GLdouble v1,
const GLdouble v2 
) [static]
static void loader_glRectf ( GLfloat  x1,
GLfloat  y1,
GLfloat  x2,
GLfloat  y2 
) [static]
static void loader_glRectfv ( const GLfloat v1,
const GLfloat v2 
) [static]
static void loader_glRecti ( GLint  x1,
GLint  y1,
GLint  x2,
GLint  y2 
) [static]
static void loader_glRectiv ( const GLint v1,
const GLint v2 
) [static]
static void loader_glRects ( GLshort  x1,
GLshort  y1,
GLshort  x2,
GLshort  y2 
) [static]
static void loader_glRectsv ( const GLshort v1,
const GLshort v2 
) [static]
static void loader_glReferencePlaneSGIX ( const GLdouble equation) [static]
static void loader_glReleaseShaderCompiler ( void  ) [static]
static void loader_glRenderbufferStorage ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glRenderbufferStorageEXT ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glRenderbufferStorageMultisample ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glRenderbufferStorageMultisampleANGLE ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glRenderbufferStorageMultisampleAPPLE ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glRenderbufferStorageMultisampleCoverageNV ( GLenum  target,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glRenderbufferStorageMultisampleEXT ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glRenderbufferStorageMultisampleIMG ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glRenderbufferStorageOES ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static GLint loader_glRenderMode ( GLenum  mode) [static]
static void loader_glReplacementCodePointerSUN ( GLenum  type,
GLsizei  stride,
const GLvoid **  pointer 
) [static]
static void loader_glReplacementCodeubSUN ( GLubyte  code) [static]
static void loader_glReplacementCodeubvSUN ( const GLubyte code) [static]
static void loader_glReplacementCodeuiColor3fVertex3fSUN ( GLuint  rc,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glReplacementCodeuiColor3fVertex3fvSUN ( const GLuint rc,
const GLfloat c,
const GLfloat v 
) [static]
static void loader_glReplacementCodeuiColor4fNormal3fVertex3fSUN ( GLuint  rc,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( const GLuint rc,
const GLfloat c,
const GLfloat n,
const GLfloat v 
) [static]
static void loader_glReplacementCodeuiColor4ubVertex3fSUN ( GLuint  rc,
GLubyte  r,
GLubyte  g,
GLubyte  b,
GLubyte  a,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glReplacementCodeuiColor4ubVertex3fvSUN ( const GLuint rc,
const GLubyte c,
const GLfloat v 
) [static]
static void loader_glReplacementCodeuiNormal3fVertex3fSUN ( GLuint  rc,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glReplacementCodeuiNormal3fVertex3fvSUN ( const GLuint rc,
const GLfloat n,
const GLfloat v 
) [static]
static void loader_glReplacementCodeuiSUN ( GLuint  code) [static]
static void loader_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( GLuint  rc,
GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLuint rc,
const GLfloat tc,
const GLfloat c,
const GLfloat n,
const GLfloat v 
) [static]
static void loader_glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( GLuint  rc,
GLfloat  s,
GLfloat  t,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( const GLuint rc,
const GLfloat tc,
const GLfloat n,
const GLfloat v 
) [static]
static void loader_glReplacementCodeuiTexCoord2fVertex3fvSUN ( const GLuint rc,
const GLfloat tc,
const GLfloat v 
) [static]
static void loader_glReplacementCodeuiVertex3fSUN ( GLuint  rc,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glReplacementCodeuiVertex3fvSUN ( const GLuint rc,
const GLfloat v 
) [static]
static void loader_glReplacementCodeuivSUN ( const GLuint code) [static]
static void loader_glReplacementCodeusSUN ( GLushort  code) [static]
static void loader_glReplacementCodeusvSUN ( const GLushort code) [static]
static void loader_glRequestResidentProgramsNV ( GLsizei  n,
const GLuint programs 
) [static]
static void loader_glResetHistogram ( GLenum  target) [static]
static void loader_glResetHistogramEXT ( GLenum  target) [static]
static void loader_glResetMinmax ( GLenum  target) [static]
static void loader_glResetMinmaxEXT ( GLenum  target) [static]
static void loader_glResizeBuffersMESA ( void  ) [static]
static void loader_glRotated ( GLdouble  angle,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glRotatef ( GLfloat  angle,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glRotatex ( GLfixed  angle,
GLfixed  x,
GLfixed  y,
GLfixed  z 
) [static]
static void loader_glSampleCoverage ( GLclampf  value,
GLboolean  invert 
) [static]
static void loader_glSampleCoverageARB ( GLclampf  value,
GLboolean  invert 
) [static]
static void loader_glSampleCoveragex ( GLclampx  value,
GLboolean  invert 
) [static]
static void loader_glSampleMapATI ( GLuint  dst,
GLuint  interp,
GLenum  swizzle 
) [static]
static void loader_glSampleMaskEXT ( GLclampf  value,
GLboolean  invert 
) [static]
static void loader_glSampleMaski ( GLuint  index,
GLbitfield  mask 
) [static]
static void loader_glSampleMaskIndexedNV ( GLuint  index,
GLbitfield  mask 
) [static]
static void loader_glSampleMaskSGIS ( GLclampf  value,
GLboolean  invert 
) [static]
static void loader_glSamplePatternEXT ( GLenum  pattern) [static]
static void loader_glSamplePatternSGIS ( GLenum  pattern) [static]
static void loader_glSamplerParameterf ( GLuint  sampler,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glSamplerParameterfv ( GLuint  sampler,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glSamplerParameteri ( GLuint  sampler,
GLenum  pname,
GLint  param 
) [static]
static void loader_glSamplerParameterIiv ( GLuint  sampler,
GLenum  pname,
const GLint params 
) [static]
static void loader_glSamplerParameterIuiv ( GLuint  sampler,
GLenum  pname,
const GLuint params 
) [static]
static void loader_glSamplerParameteriv ( GLuint  sampler,
GLenum  pname,
const GLint params 
) [static]
static void loader_glScaled ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glScalef ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glScalex ( GLfixed  x,
GLfixed  y,
GLfixed  z 
) [static]
static void loader_glScissor ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glScissorArrayv ( GLuint  first,
GLsizei  count,
const GLint v 
) [static]
static void loader_glScissorIndexed ( GLuint  index,
GLint  left,
GLint  bottom,
GLint  width,
GLint  height 
) [static]
static void loader_glScissorIndexedv ( GLuint  index,
const GLint v 
) [static]
static void loader_glSecondaryColor3b ( GLbyte  red,
GLbyte  green,
GLbyte  blue 
) [static]
static void loader_glSecondaryColor3bEXT ( GLbyte  red,
GLbyte  green,
GLbyte  blue 
) [static]
static void loader_glSecondaryColor3bv ( const GLbyte v) [static]
static void loader_glSecondaryColor3bvEXT ( const GLbyte v) [static]
static void loader_glSecondaryColor3d ( GLdouble  red,
GLdouble  green,
GLdouble  blue 
) [static]
static void loader_glSecondaryColor3dEXT ( GLdouble  red,
GLdouble  green,
GLdouble  blue 
) [static]
static void loader_glSecondaryColor3dv ( const GLdouble v) [static]
static void loader_glSecondaryColor3dvEXT ( const GLdouble v) [static]
static void loader_glSecondaryColor3f ( GLfloat  red,
GLfloat  green,
GLfloat  blue 
) [static]
static void loader_glSecondaryColor3fEXT ( GLfloat  red,
GLfloat  green,
GLfloat  blue 
) [static]
static void loader_glSecondaryColor3fv ( const GLfloat v) [static]
static void loader_glSecondaryColor3fvEXT ( const GLfloat v) [static]
static void loader_glSecondaryColor3hNV ( GLhalfNV  red,
GLhalfNV  green,
GLhalfNV  blue 
) [static]
static void loader_glSecondaryColor3hvNV ( const GLhalfNV v) [static]
static void loader_glSecondaryColor3i ( GLint  red,
GLint  green,
GLint  blue 
) [static]
static void loader_glSecondaryColor3iEXT ( GLint  red,
GLint  green,
GLint  blue 
) [static]
static void loader_glSecondaryColor3iv ( const GLint v) [static]
static void loader_glSecondaryColor3ivEXT ( const GLint v) [static]
static void loader_glSecondaryColor3s ( GLshort  red,
GLshort  green,
GLshort  blue 
) [static]
static void loader_glSecondaryColor3sEXT ( GLshort  red,
GLshort  green,
GLshort  blue 
) [static]
static void loader_glSecondaryColor3sv ( const GLshort v) [static]
static void loader_glSecondaryColor3svEXT ( const GLshort v) [static]
static void loader_glSecondaryColor3ub ( GLubyte  red,
GLubyte  green,
GLubyte  blue 
) [static]
static void loader_glSecondaryColor3ubEXT ( GLubyte  red,
GLubyte  green,
GLubyte  blue 
) [static]
static void loader_glSecondaryColor3ubv ( const GLubyte v) [static]
static void loader_glSecondaryColor3ubvEXT ( const GLubyte v) [static]
static void loader_glSecondaryColor3ui ( GLuint  red,
GLuint  green,
GLuint  blue 
) [static]
static void loader_glSecondaryColor3uiEXT ( GLuint  red,
GLuint  green,
GLuint  blue 
) [static]
static void loader_glSecondaryColor3uiv ( const GLuint v) [static]
static void loader_glSecondaryColor3uivEXT ( const GLuint v) [static]
static void loader_glSecondaryColor3us ( GLushort  red,
GLushort  green,
GLushort  blue 
) [static]
static void loader_glSecondaryColor3usEXT ( GLushort  red,
GLushort  green,
GLushort  blue 
) [static]
static void loader_glSecondaryColor3usv ( const GLushort v) [static]
static void loader_glSecondaryColor3usvEXT ( const GLushort v) [static]
static void loader_glSecondaryColorFormatNV ( GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void loader_glSecondaryColorP3ui ( GLenum  type,
GLuint  color 
) [static]
static void loader_glSecondaryColorP3uiv ( GLenum  type,
const GLuint color 
) [static]
static void loader_glSecondaryColorPointer ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glSecondaryColorPointerEXT ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glSecondaryColorPointerListIBM ( GLint  size,
GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void loader_glSelectBuffer ( GLsizei  size,
GLuint buffer 
) [static]
static void loader_glSelectPerfMonitorCountersAMD ( GLuint  monitor,
GLboolean  enable,
GLuint  group,
GLint  numCounters,
GLuint counterList 
) [static]
static void loader_glSeparableFilter2D ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid row,
const GLvoid column 
) [static]
static void loader_glSeparableFilter2DEXT ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid row,
const GLvoid column 
) [static]
static void loader_glSetFenceAPPLE ( GLuint  fence) [static]
static void loader_glSetFenceNV ( GLuint  fence,
GLenum  condition 
) [static]
static void loader_glSetFragmentShaderConstantATI ( GLuint  dst,
const GLfloat value 
) [static]
static void loader_glSetInvariantEXT ( GLuint  id,
GLenum  type,
const GLvoid addr 
) [static]
static void loader_glSetLocalConstantEXT ( GLuint  id,
GLenum  type,
const GLvoid addr 
) [static]
static void loader_glSetMultisamplefvAMD ( GLenum  pname,
GLuint  index,
const GLfloat val 
) [static]
static void loader_glShadeModel ( GLenum  mode) [static]
static void loader_glShaderBinary ( GLsizei  count,
const GLuint shaders,
GLenum  binaryformat,
const GLvoid binary,
GLsizei  length 
) [static]
static void loader_glShaderOp1EXT ( GLenum  op,
GLuint  res,
GLuint  arg1 
) [static]
static void loader_glShaderOp2EXT ( GLenum  op,
GLuint  res,
GLuint  arg1,
GLuint  arg2 
) [static]
static void loader_glShaderOp3EXT ( GLenum  op,
GLuint  res,
GLuint  arg1,
GLuint  arg2,
GLuint  arg3 
) [static]
static void loader_glShaderSource ( GLuint  shader,
GLsizei  count,
const GLchar *const *  string,
const GLint length 
) [static]
static void loader_glShaderSourceARB ( GLhandleARB  shaderObj,
GLsizei  count,
const GLcharARB **  string,
const GLint length 
) [static]
static void loader_glShaderStorageBlockBinding ( GLuint  program,
GLuint  storageBlockIndex,
GLuint  storageBlockBinding 
) [static]
static void loader_glSharpenTexFuncSGIS ( GLenum  target,
GLsizei  n,
const GLfloat points 
) [static]
static void loader_glSpriteParameterfSGIX ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glSpriteParameterfvSGIX ( GLenum  pname,
const GLfloat params 
) [static]
static void loader_glSpriteParameteriSGIX ( GLenum  pname,
GLint  param 
) [static]
static void loader_glSpriteParameterivSGIX ( GLenum  pname,
const GLint params 
) [static]
static void loader_glStartInstrumentsSGIX ( void  ) [static]
static void loader_glStartTilingQCOM ( GLuint  x,
GLuint  y,
GLuint  width,
GLuint  height,
GLbitfield  preserveMask 
) [static]
static void loader_glStencilClearTagEXT ( GLsizei  stencilTagBits,
GLuint  stencilClearTag 
) [static]
static void loader_glStencilFillPathInstancedNV ( GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLenum  fillMode,
GLuint  mask,
GLenum  transformType,
const GLfloat transformValues 
) [static]
static void loader_glStencilFillPathNV ( GLuint  path,
GLenum  fillMode,
GLuint  mask 
) [static]
static void loader_glStencilFunc ( GLenum  func,
GLint  ref,
GLuint  mask 
) [static]
static void loader_glStencilFuncSeparate ( GLenum  face,
GLenum  func,
GLint  ref,
GLuint  mask 
) [static]
static void loader_glStencilFuncSeparateATI ( GLenum  frontfunc,
GLenum  backfunc,
GLint  ref,
GLuint  mask 
) [static]
static void loader_glStencilMask ( GLuint  mask) [static]
static void loader_glStencilMaskSeparate ( GLenum  face,
GLuint  mask 
) [static]
static void loader_glStencilOp ( GLenum  fail,
GLenum  zfail,
GLenum  zpass 
) [static]
static void loader_glStencilOpSeparate ( GLenum  face,
GLenum  fail,
GLenum  zfail,
GLenum  zpass 
) [static]
static void loader_glStencilOpSeparateATI ( GLenum  face,
GLenum  sfail,
GLenum  dpfail,
GLenum  dppass 
) [static]
static void loader_glStencilOpValueAMD ( GLenum  face,
GLuint  value 
) [static]
static void loader_glStencilStrokePathInstancedNV ( GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLint  reference,
GLuint  mask,
GLenum  transformType,
const GLfloat transformValues 
) [static]
static void loader_glStencilStrokePathNV ( GLuint  path,
GLint  reference,
GLuint  mask 
) [static]
static void loader_glStopInstrumentsSGIX ( GLint  marker) [static]
static void loader_glStringMarkerGREMEDY ( GLsizei  len,
const GLvoid string 
) [static]
static void loader_glSwapAPPLE ( void  ) [static]
static void loader_glSwizzleEXT ( GLuint  res,
GLuint  in,
GLenum  outX,
GLenum  outY,
GLenum  outZ,
GLenum  outW 
) [static]
static void loader_glTagSampleBufferSGIX ( void  ) [static]
static void loader_glTangent3bEXT ( GLbyte  tx,
GLbyte  ty,
GLbyte  tz 
) [static]
static void loader_glTangent3bvEXT ( const GLbyte v) [static]
static void loader_glTangent3dEXT ( GLdouble  tx,
GLdouble  ty,
GLdouble  tz 
) [static]
static void loader_glTangent3dvEXT ( const GLdouble v) [static]
static void loader_glTangent3fEXT ( GLfloat  tx,
GLfloat  ty,
GLfloat  tz 
) [static]
static void loader_glTangent3fvEXT ( const GLfloat v) [static]
static void loader_glTangent3iEXT ( GLint  tx,
GLint  ty,
GLint  tz 
) [static]
static void loader_glTangent3ivEXT ( const GLint v) [static]
static void loader_glTangent3sEXT ( GLshort  tx,
GLshort  ty,
GLshort  tz 
) [static]
static void loader_glTangent3svEXT ( const GLshort v) [static]
static void loader_glTangentPointerEXT ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glTbufferMask3DFX ( GLuint  mask) [static]
static void loader_glTessellationFactorAMD ( GLfloat  factor) [static]
static void loader_glTessellationModeAMD ( GLenum  mode) [static]
static GLboolean loader_glTestFenceAPPLE ( GLuint  fence) [static]
static GLboolean loader_glTestFenceNV ( GLuint  fence) [static]
static GLboolean loader_glTestObjectAPPLE ( GLenum  object,
GLuint  name 
) [static]
static void loader_glTexBuffer ( GLenum  target,
GLenum  internalformat,
GLuint  buffer 
) [static]
static void loader_glTexBufferARB ( GLenum  target,
GLenum  internalformat,
GLuint  buffer 
) [static]
static void loader_glTexBufferEXT ( GLenum  target,
GLenum  internalformat,
GLuint  buffer 
) [static]
static void loader_glTexBufferRange ( GLenum  target,
GLenum  internalformat,
GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void loader_glTexBumpParameterfvATI ( GLenum  pname,
const GLfloat param 
) [static]
static void loader_glTexBumpParameterivATI ( GLenum  pname,
const GLint param 
) [static]
static void loader_glTexCoord1d ( GLdouble  s) [static]
static void loader_glTexCoord1dv ( const GLdouble v) [static]
static void loader_glTexCoord1f ( GLfloat  s) [static]
static void loader_glTexCoord1fv ( const GLfloat v) [static]
static void loader_glTexCoord1hNV ( GLhalfNV  s) [static]
static void loader_glTexCoord1hvNV ( const GLhalfNV v) [static]
static void loader_glTexCoord1i ( GLint  s) [static]
static void loader_glTexCoord1iv ( const GLint v) [static]
static void loader_glTexCoord1s ( GLshort  s) [static]
static void loader_glTexCoord1sv ( const GLshort v) [static]
static void loader_glTexCoord2d ( GLdouble  s,
GLdouble  t 
) [static]
static void loader_glTexCoord2dv ( const GLdouble v) [static]
static void loader_glTexCoord2f ( GLfloat  s,
GLfloat  t 
) [static]
static void loader_glTexCoord2fColor3fVertex3fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glTexCoord2fColor3fVertex3fvSUN ( const GLfloat tc,
const GLfloat c,
const GLfloat v 
) [static]
static void loader_glTexCoord2fColor4fNormal3fVertex3fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLfloat tc,
const GLfloat c,
const GLfloat n,
const GLfloat v 
) [static]
static void loader_glTexCoord2fColor4ubVertex3fSUN ( GLfloat  s,
GLfloat  t,
GLubyte  r,
GLubyte  g,
GLubyte  b,
GLubyte  a,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glTexCoord2fColor4ubVertex3fvSUN ( const GLfloat tc,
const GLubyte c,
const GLfloat v 
) [static]
static void loader_glTexCoord2fNormal3fVertex3fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glTexCoord2fNormal3fVertex3fvSUN ( const GLfloat tc,
const GLfloat n,
const GLfloat v 
) [static]
static void loader_glTexCoord2fv ( const GLfloat v) [static]
static void loader_glTexCoord2fVertex3fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glTexCoord2fVertex3fvSUN ( const GLfloat tc,
const GLfloat v 
) [static]
static void loader_glTexCoord2hNV ( GLhalfNV  s,
GLhalfNV  t 
) [static]
static void loader_glTexCoord2hvNV ( const GLhalfNV v) [static]
static void loader_glTexCoord2i ( GLint  s,
GLint  t 
) [static]
static void loader_glTexCoord2iv ( const GLint v) [static]
static void loader_glTexCoord2s ( GLshort  s,
GLshort  t 
) [static]
static void loader_glTexCoord2sv ( const GLshort v) [static]
static void loader_glTexCoord3d ( GLdouble  s,
GLdouble  t,
GLdouble  r 
) [static]
static void loader_glTexCoord3dv ( const GLdouble v) [static]
static void loader_glTexCoord3f ( GLfloat  s,
GLfloat  t,
GLfloat  r 
) [static]
static void loader_glTexCoord3fv ( const GLfloat v) [static]
static void loader_glTexCoord3hNV ( GLhalfNV  s,
GLhalfNV  t,
GLhalfNV  r 
) [static]
static void loader_glTexCoord3hvNV ( const GLhalfNV v) [static]
static void loader_glTexCoord3i ( GLint  s,
GLint  t,
GLint  r 
) [static]
static void loader_glTexCoord3iv ( const GLint v) [static]
static void loader_glTexCoord3s ( GLshort  s,
GLshort  t,
GLshort  r 
) [static]
static void loader_glTexCoord3sv ( const GLshort v) [static]
static void loader_glTexCoord4d ( GLdouble  s,
GLdouble  t,
GLdouble  r,
GLdouble  q 
) [static]
static void loader_glTexCoord4dv ( const GLdouble v) [static]
static void loader_glTexCoord4f ( GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  q 
) [static]
static void loader_glTexCoord4fColor4fNormal3fVertex4fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  p,
GLfloat  q,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glTexCoord4fColor4fNormal3fVertex4fvSUN ( const GLfloat tc,
const GLfloat c,
const GLfloat n,
const GLfloat v 
) [static]
static void loader_glTexCoord4fv ( const GLfloat v) [static]
static void loader_glTexCoord4fVertex4fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  p,
GLfloat  q,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glTexCoord4fVertex4fvSUN ( const GLfloat tc,
const GLfloat v 
) [static]
static void loader_glTexCoord4hNV ( GLhalfNV  s,
GLhalfNV  t,
GLhalfNV  r,
GLhalfNV  q 
) [static]
static void loader_glTexCoord4hvNV ( const GLhalfNV v) [static]
static void loader_glTexCoord4i ( GLint  s,
GLint  t,
GLint  r,
GLint  q 
) [static]
static void loader_glTexCoord4iv ( const GLint v) [static]
static void loader_glTexCoord4s ( GLshort  s,
GLshort  t,
GLshort  r,
GLshort  q 
) [static]
static void loader_glTexCoord4sv ( const GLshort v) [static]
static void loader_glTexCoordFormatNV ( GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void loader_glTexCoordP1ui ( GLenum  type,
GLuint  coords 
) [static]
static void loader_glTexCoordP1uiv ( GLenum  type,
const GLuint coords 
) [static]
static void loader_glTexCoordP2ui ( GLenum  type,
GLuint  coords 
) [static]
static void loader_glTexCoordP2uiv ( GLenum  type,
const GLuint coords 
) [static]
static void loader_glTexCoordP3ui ( GLenum  type,
GLuint  coords 
) [static]
static void loader_glTexCoordP3uiv ( GLenum  type,
const GLuint coords 
) [static]
static void loader_glTexCoordP4ui ( GLenum  type,
GLuint  coords 
) [static]
static void loader_glTexCoordP4uiv ( GLenum  type,
const GLuint coords 
) [static]
static void loader_glTexCoordPointer ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glTexCoordPointerEXT ( GLint  size,
GLenum  type,
GLsizei  stride,
GLsizei  count,
const GLvoid pointer 
) [static]
static void loader_glTexCoordPointerListIBM ( GLint  size,
GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void loader_glTexCoordPointervINTEL ( GLint  size,
GLenum  type,
const GLvoid **  pointer 
) [static]
static void loader_glTexEnvf ( GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glTexEnvfv ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glTexEnvi ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void loader_glTexEnviv ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glTexEnvx ( GLenum  target,
GLenum  pname,
GLfixed  param 
) [static]
static void loader_glTexEnvxv ( GLenum  target,
GLenum  pname,
const GLfixed params 
) [static]
static void loader_glTexFilterFuncSGIS ( GLenum  target,
GLenum  filter,
GLsizei  n,
const GLfloat weights 
) [static]
static void loader_glTexGend ( GLenum  coord,
GLenum  pname,
GLdouble  param 
) [static]
static void loader_glTexGendv ( GLenum  coord,
GLenum  pname,
const GLdouble params 
) [static]
static void loader_glTexGenf ( GLenum  coord,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glTexGenfOES ( GLenum  coord,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glTexGenfv ( GLenum  coord,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glTexGenfvOES ( GLenum  coord,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glTexGeni ( GLenum  coord,
GLenum  pname,
GLint  param 
) [static]
static void loader_glTexGeniOES ( GLenum  coord,
GLenum  pname,
GLint  param 
) [static]
static void loader_glTexGeniv ( GLenum  coord,
GLenum  pname,
const GLint params 
) [static]
static void loader_glTexGenivOES ( GLenum  coord,
GLenum  pname,
const GLint params 
) [static]
static void loader_glTexGenxOES ( GLenum  coord,
GLenum  pname,
GLfixed  param 
) [static]
static void loader_glTexGenxvOES ( GLenum  coord,
GLenum  pname,
const GLfixed params 
) [static]
static void loader_glTexImage1D ( GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexImage2D ( GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexImage2DMultisample ( GLenum  target,
GLsizei  samples,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedsamplelocations 
) [static]
static void loader_glTexImage2DMultisampleCoverageNV ( GLenum  target,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedSampleLocations 
) [static]
static void loader_glTexImage3D ( GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexImage3DEXT ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexImage3DMultisample ( GLenum  target,
GLsizei  samples,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedsamplelocations 
) [static]
static void loader_glTexImage3DMultisampleCoverageNV ( GLenum  target,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedSampleLocations 
) [static]
static void loader_glTexImage3DOES ( GLenum  target,
GLint  level,
GLenum  internalFormat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexImage4DSGIS ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLsizei  size4d,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexParameterf ( GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glTexParameterfv ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glTexParameteri ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void loader_glTexParameterIiv ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glTexParameterIivEXT ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glTexParameterIuiv ( GLenum  target,
GLenum  pname,
const GLuint params 
) [static]
static void loader_glTexParameterIuivEXT ( GLenum  target,
GLenum  pname,
const GLuint params 
) [static]
static void loader_glTexParameteriv ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glTexParameterx ( GLenum  target,
GLenum  pname,
GLfixed  param 
) [static]
static void loader_glTexParameterxv ( GLenum  target,
GLenum  pname,
const GLfixed params 
) [static]
static void loader_glTexRenderbufferNV ( GLenum  target,
GLuint  renderbuffer 
) [static]
static void loader_glTexScissorFuncINTEL ( GLenum  target,
GLenum  lfunc,
GLenum  hfunc 
) [static]
static void loader_glTexScissorINTEL ( GLenum  target,
GLclampf  tlow,
GLclampf  thigh 
) [static]
static void loader_glTexStorage1D ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width 
) [static]
static void loader_glTexStorage1DEXT ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width 
) [static]
static void loader_glTexStorage2D ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glTexStorage2DEXT ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glTexStorage2DMultisample ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedsamplelocations 
) [static]
static void loader_glTexStorage3D ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static void loader_glTexStorage3DEXT ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static void loader_glTexStorage3DMultisample ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedsamplelocations 
) [static]
static void loader_glTexSubImage1D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexSubImage1DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexSubImage2D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexSubImage2DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexSubImage3D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexSubImage3DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexSubImage3DOES ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTexSubImage4DSGIS ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  woffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLsizei  size4d,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTextureBarrierNV ( void  ) [static]
static void loader_glTextureBufferEXT ( GLuint  texture,
GLenum  target,
GLenum  internalformat,
GLuint  buffer 
) [static]
static void loader_glTextureBufferRangeEXT ( GLuint  texture,
GLenum  target,
GLenum  internalformat,
GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void loader_glTextureColorMaskSGIS ( GLboolean  red,
GLboolean  green,
GLboolean  blue,
GLboolean  alpha 
) [static]
static void loader_glTextureFogSGIX ( GLenum  pname) [static]
static void loader_glTextureImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTextureImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTextureImage2DMultisampleCoverageNV ( GLuint  texture,
GLenum  target,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedSampleLocations 
) [static]
static void loader_glTextureImage2DMultisampleNV ( GLuint  texture,
GLenum  target,
GLsizei  samples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedSampleLocations 
) [static]
static void loader_glTextureImage3DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTextureImage3DMultisampleCoverageNV ( GLuint  texture,
GLenum  target,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedSampleLocations 
) [static]
static void loader_glTextureImage3DMultisampleNV ( GLuint  texture,
GLenum  target,
GLsizei  samples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedSampleLocations 
) [static]
static void loader_glTextureLightEXT ( GLenum  pname) [static]
static void loader_glTextureMaterialEXT ( GLenum  face,
GLenum  mode 
) [static]
static void loader_glTextureNormalEXT ( GLenum  mode) [static]
static void loader_glTextureParameterfEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void loader_glTextureParameterfvEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
const GLfloat param 
) [static]
static void loader_glTextureParameteriEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void loader_glTextureParameterIivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void loader_glTextureParameterIuivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
const GLuint params 
) [static]
static void loader_glTextureParameterivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
const GLint param 
) [static]
static void loader_glTextureRangeAPPLE ( GLenum  target,
GLsizei  length,
const GLvoid pointer 
) [static]
static void loader_glTextureRenderbufferEXT ( GLuint  texture,
GLenum  target,
GLuint  renderbuffer 
) [static]
static void loader_glTextureStorage1DEXT ( GLuint  texture,
GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width 
) [static]
static void loader_glTextureStorage2DEXT ( GLuint  texture,
GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glTextureStorage2DMultisampleEXT ( GLuint  texture,
GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedsamplelocations 
) [static]
static void loader_glTextureStorage3DEXT ( GLuint  texture,
GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static void loader_glTextureStorage3DMultisampleEXT ( GLuint  texture,
GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedsamplelocations 
) [static]
static void loader_glTextureSubImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTextureSubImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTextureSubImage3DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void loader_glTextureView ( GLuint  texture,
GLenum  target,
GLuint  origtexture,
GLenum  internalformat,
GLuint  minlevel,
GLuint  numlevels,
GLuint  minlayer,
GLuint  numlayers 
) [static]
static void loader_glTrackMatrixNV ( GLenum  target,
GLuint  address,
GLenum  matrix,
GLenum  transform 
) [static]
static void loader_glTransformFeedbackAttribsNV ( GLuint  count,
const GLint attribs,
GLenum  bufferMode 
) [static]
static void loader_glTransformFeedbackVaryings ( GLuint  program,
GLsizei  count,
const GLchar *const *  varyings,
GLenum  bufferMode 
) [static]
static void loader_glTransformFeedbackVaryingsEXT ( GLuint  program,
GLsizei  count,
const GLchar **  varyings,
GLenum  bufferMode 
) [static]
static void loader_glTransformFeedbackVaryingsNV ( GLuint  program,
GLsizei  count,
const GLint locations,
GLenum  bufferMode 
) [static]
static void loader_glTransformPathNV ( GLuint  resultPath,
GLuint  srcPath,
GLenum  transformType,
const GLfloat transformValues 
) [static]
static void loader_glTranslated ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glTranslatef ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glTranslatex ( GLfixed  x,
GLfixed  y,
GLfixed  z 
) [static]
static void loader_glUniform1d ( GLint  location,
GLdouble  x 
) [static]
static void loader_glUniform1dv ( GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glUniform1f ( GLint  location,
GLfloat  v0 
) [static]
static void loader_glUniform1fARB ( GLint  location,
GLfloat  v0 
) [static]
static void loader_glUniform1fv ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glUniform1fvARB ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glUniform1i ( GLint  location,
GLint  v0 
) [static]
static void loader_glUniform1i64NV ( GLint  location,
GLint64EXT  x 
) [static]
static void loader_glUniform1i64vNV ( GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void loader_glUniform1iARB ( GLint  location,
GLint  v0 
) [static]
static void loader_glUniform1iv ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glUniform1ivARB ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glUniform1ui ( GLint  location,
GLuint  v0 
) [static]
static void loader_glUniform1ui64NV ( GLint  location,
GLuint64EXT  x 
) [static]
static void loader_glUniform1ui64vNV ( GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void loader_glUniform1uiEXT ( GLint  location,
GLuint  v0 
) [static]
static void loader_glUniform1uiv ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glUniform1uivEXT ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glUniform2d ( GLint  location,
GLdouble  x,
GLdouble  y 
) [static]
static void loader_glUniform2dv ( GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glUniform2f ( GLint  location,
GLfloat  v0,
GLfloat  v1 
) [static]
static void loader_glUniform2fARB ( GLint  location,
GLfloat  v0,
GLfloat  v1 
) [static]
static void loader_glUniform2fv ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glUniform2fvARB ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glUniform2i ( GLint  location,
GLint  v0,
GLint  v1 
) [static]
static void loader_glUniform2i64NV ( GLint  location,
GLint64EXT  x,
GLint64EXT  y 
) [static]
static void loader_glUniform2i64vNV ( GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void loader_glUniform2iARB ( GLint  location,
GLint  v0,
GLint  v1 
) [static]
static void loader_glUniform2iv ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glUniform2ivARB ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glUniform2ui ( GLint  location,
GLuint  v0,
GLuint  v1 
) [static]
static void loader_glUniform2ui64NV ( GLint  location,
GLuint64EXT  x,
GLuint64EXT  y 
) [static]
static void loader_glUniform2ui64vNV ( GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void loader_glUniform2uiEXT ( GLint  location,
GLuint  v0,
GLuint  v1 
) [static]
static void loader_glUniform2uiv ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glUniform2uivEXT ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glUniform3d ( GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glUniform3dv ( GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glUniform3f ( GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2 
) [static]
static void loader_glUniform3fARB ( GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2 
) [static]
static void loader_glUniform3fv ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glUniform3fvARB ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glUniform3i ( GLint  location,
GLint  v0,
GLint  v1,
GLint  v2 
) [static]
static void loader_glUniform3i64NV ( GLint  location,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z 
) [static]
static void loader_glUniform3i64vNV ( GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void loader_glUniform3iARB ( GLint  location,
GLint  v0,
GLint  v1,
GLint  v2 
) [static]
static void loader_glUniform3iv ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glUniform3ivARB ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glUniform3ui ( GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2 
) [static]
static void loader_glUniform3ui64NV ( GLint  location,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z 
) [static]
static void loader_glUniform3ui64vNV ( GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void loader_glUniform3uiEXT ( GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2 
) [static]
static void loader_glUniform3uiv ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glUniform3uivEXT ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glUniform4d ( GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glUniform4dv ( GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void loader_glUniform4f ( GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2,
GLfloat  v3 
) [static]
static void loader_glUniform4fARB ( GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2,
GLfloat  v3 
) [static]
static void loader_glUniform4fv ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glUniform4fvARB ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void loader_glUniform4i ( GLint  location,
GLint  v0,
GLint  v1,
GLint  v2,
GLint  v3 
) [static]
static void loader_glUniform4i64NV ( GLint  location,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z,
GLint64EXT  w 
) [static]
static void loader_glUniform4i64vNV ( GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void loader_glUniform4iARB ( GLint  location,
GLint  v0,
GLint  v1,
GLint  v2,
GLint  v3 
) [static]
static void loader_glUniform4iv ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glUniform4ivARB ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void loader_glUniform4ui ( GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2,
GLuint  v3 
) [static]
static void loader_glUniform4ui64NV ( GLint  location,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z,
GLuint64EXT  w 
) [static]
static void loader_glUniform4ui64vNV ( GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void loader_glUniform4uiEXT ( GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2,
GLuint  v3 
) [static]
static void loader_glUniform4uiv ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glUniform4uivEXT ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void loader_glUniformBlockBinding ( GLuint  program,
GLuint  uniformBlockIndex,
GLuint  uniformBlockBinding 
) [static]
static void loader_glUniformBufferEXT ( GLuint  program,
GLint  location,
GLuint  buffer 
) [static]
static void loader_glUniformHandleui64NV ( GLint  location,
GLuint64  value 
) [static]
static void loader_glUniformHandleui64vNV ( GLint  location,
GLsizei  count,
const GLuint64 value 
) [static]
static void loader_glUniformMatrix2dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glUniformMatrix2fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformMatrix2fvARB ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformMatrix2x3dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glUniformMatrix2x3fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformMatrix2x4dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glUniformMatrix2x4fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformMatrix3dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glUniformMatrix3fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformMatrix3fvARB ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformMatrix3x2dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glUniformMatrix3x2fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformMatrix3x4dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glUniformMatrix3x4fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformMatrix4dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glUniformMatrix4fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformMatrix4fvARB ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformMatrix4x2dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glUniformMatrix4x2fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformMatrix4x3dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void loader_glUniformMatrix4x3fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void loader_glUniformSubroutinesuiv ( GLenum  shaderType,
GLsizei  count,
const GLuint indices 
) [static]
static void loader_glUniformui64NV ( GLint  location,
GLuint64EXT  v0 
) [static]
static void loader_glUniformui64vNV ( GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void loader_glUnlockArraysEXT ( void  ) [static]
static GLboolean loader_glUnmapBuffer ( GLenum  target) [static]
static GLboolean loader_glUnmapBufferARB ( GLenum  target) [static]
static GLboolean loader_glUnmapBufferOES ( GLenum  target) [static]
static GLboolean loader_glUnmapNamedBufferEXT ( GLuint  buffer) [static]
static void loader_glUnmapObjectBufferATI ( GLuint  buffer) [static]
static void loader_glUpdateObjectBufferATI ( GLuint  buffer,
GLuint  offset,
GLsizei  size,
const GLvoid pointer,
GLenum  preserve 
) [static]
static void loader_glUseProgram ( GLuint  program) [static]
static void loader_glUseProgramObjectARB ( GLhandleARB  programObj) [static]
static void loader_glUseProgramStages ( GLuint  pipeline,
GLbitfield  stages,
GLuint  program 
) [static]
static void loader_glUseShaderProgramEXT ( GLenum  type,
GLuint  program 
) [static]
static void loader_glValidateProgram ( GLuint  program) [static]
static void loader_glValidateProgramARB ( GLhandleARB  programObj) [static]
static void loader_glValidateProgramPipeline ( GLuint  pipeline) [static]
static void loader_glVariantArrayObjectATI ( GLuint  id,
GLenum  type,
GLsizei  stride,
GLuint  buffer,
GLuint  offset 
) [static]
static void loader_glVariantbvEXT ( GLuint  id,
const GLbyte addr 
) [static]
static void loader_glVariantdvEXT ( GLuint  id,
const GLdouble addr 
) [static]
static void loader_glVariantfvEXT ( GLuint  id,
const GLfloat addr 
) [static]
static void loader_glVariantivEXT ( GLuint  id,
const GLint addr 
) [static]
static void loader_glVariantPointerEXT ( GLuint  id,
GLenum  type,
GLuint  stride,
const GLvoid addr 
) [static]
static void loader_glVariantsvEXT ( GLuint  id,
const GLshort addr 
) [static]
static void loader_glVariantubvEXT ( GLuint  id,
const GLubyte addr 
) [static]
static void loader_glVariantuivEXT ( GLuint  id,
const GLuint addr 
) [static]
static void loader_glVariantusvEXT ( GLuint  id,
const GLushort addr 
) [static]
static void loader_glVDPAUFiniNV ( void  ) [static]
static void loader_glVDPAUGetSurfaceivNV ( GLvdpauSurfaceNV  surface,
GLenum  pname,
GLsizei  bufSize,
GLsizei length,
GLint values 
) [static]
static void loader_glVDPAUInitNV ( const GLvoid vdpDevice,
const GLvoid getProcAddress 
) [static]
static void loader_glVDPAUMapSurfacesNV ( GLsizei  numSurfaces,
const GLvdpauSurfaceNV surfaces 
) [static]
static GLvdpauSurfaceNV loader_glVDPAURegisterOutputSurfaceNV ( const GLvoid vdpSurface,
GLenum  target,
GLsizei  numTextureNames,
const GLuint textureNames 
) [static]
static GLvdpauSurfaceNV loader_glVDPAURegisterVideoSurfaceNV ( const GLvoid vdpSurface,
GLenum  target,
GLsizei  numTextureNames,
const GLuint textureNames 
) [static]
static void loader_glVDPAUSurfaceAccessNV ( GLvdpauSurfaceNV  surface,
GLenum  access 
) [static]
static void loader_glVDPAUUnmapSurfacesNV ( GLsizei  numSurfaces,
const GLvdpauSurfaceNV surfaces 
) [static]
static void loader_glVertex2d ( GLdouble  x,
GLdouble  y 
) [static]
static void loader_glVertex2dv ( const GLdouble v) [static]
static void loader_glVertex2f ( GLfloat  x,
GLfloat  y 
) [static]
static void loader_glVertex2fv ( const GLfloat v) [static]
static void loader_glVertex2hNV ( GLhalfNV  x,
GLhalfNV  y 
) [static]
static void loader_glVertex2hvNV ( const GLhalfNV v) [static]
static void loader_glVertex2i ( GLint  x,
GLint  y 
) [static]
static void loader_glVertex2iv ( const GLint v) [static]
static void loader_glVertex2s ( GLshort  x,
GLshort  y 
) [static]
static void loader_glVertex2sv ( const GLshort v) [static]
static void loader_glVertex3d ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glVertex3dv ( const GLdouble v) [static]
static void loader_glVertex3f ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glVertex3fv ( const GLfloat v) [static]
static void loader_glVertex3hNV ( GLhalfNV  x,
GLhalfNV  y,
GLhalfNV  z 
) [static]
static void loader_glVertex3hvNV ( const GLhalfNV v) [static]
static void loader_glVertex3i ( GLint  x,
GLint  y,
GLint  z 
) [static]
static void loader_glVertex3iv ( const GLint v) [static]
static void loader_glVertex3s ( GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void loader_glVertex3sv ( const GLshort v) [static]
static void loader_glVertex4d ( GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glVertex4dv ( const GLdouble v) [static]
static void loader_glVertex4f ( GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glVertex4fv ( const GLfloat v) [static]
static void loader_glVertex4hNV ( GLhalfNV  x,
GLhalfNV  y,
GLhalfNV  z,
GLhalfNV  w 
) [static]
static void loader_glVertex4hvNV ( const GLhalfNV v) [static]
static void loader_glVertex4i ( GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void loader_glVertex4iv ( const GLint v) [static]
static void loader_glVertex4s ( GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void loader_glVertex4sv ( const GLshort v) [static]
static void loader_glVertexArrayColorOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void loader_glVertexArrayEdgeFlagOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void loader_glVertexArrayFogCoordOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void loader_glVertexArrayIndexOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void loader_glVertexArrayMultiTexCoordOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLenum  texunit,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void loader_glVertexArrayNormalOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void loader_glVertexArrayParameteriAPPLE ( GLenum  pname,
GLint  param 
) [static]
static void loader_glVertexArrayRangeAPPLE ( GLsizei  length,
GLvoid pointer 
) [static]
static void loader_glVertexArrayRangeNV ( GLsizei  size,
const GLvoid pointer 
) [static]
static void loader_glVertexArraySecondaryColorOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void loader_glVertexArrayTexCoordOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void loader_glVertexArrayVertexAttribIOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void loader_glVertexArrayVertexAttribLOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
GLintptr  offset 
) [static]
static void loader_glVertexArrayVertexAttribOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLuint  index,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void loader_glVertexArrayVertexOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void loader_glVertexAttrib1d ( GLuint  index,
GLdouble  x 
) [static]
static void loader_glVertexAttrib1dARB ( GLuint  index,
GLdouble  x 
) [static]
static void loader_glVertexAttrib1dNV ( GLuint  index,
GLdouble  x 
) [static]
static void loader_glVertexAttrib1dv ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib1dvARB ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib1dvNV ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib1f ( GLuint  index,
GLfloat  x 
) [static]
static void loader_glVertexAttrib1fARB ( GLuint  index,
GLfloat  x 
) [static]
static void loader_glVertexAttrib1fNV ( GLuint  index,
GLfloat  x 
) [static]
static void loader_glVertexAttrib1fv ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib1fvARB ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib1fvNV ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib1hNV ( GLuint  index,
GLhalfNV  x 
) [static]
static void loader_glVertexAttrib1hvNV ( GLuint  index,
const GLhalfNV v 
) [static]
static void loader_glVertexAttrib1s ( GLuint  index,
GLshort  x 
) [static]
static void loader_glVertexAttrib1sARB ( GLuint  index,
GLshort  x 
) [static]
static void loader_glVertexAttrib1sNV ( GLuint  index,
GLshort  x 
) [static]
static void loader_glVertexAttrib1sv ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib1svARB ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib1svNV ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib2d ( GLuint  index,
GLdouble  x,
GLdouble  y 
) [static]
static void loader_glVertexAttrib2dARB ( GLuint  index,
GLdouble  x,
GLdouble  y 
) [static]
static void loader_glVertexAttrib2dNV ( GLuint  index,
GLdouble  x,
GLdouble  y 
) [static]
static void loader_glVertexAttrib2dv ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib2dvARB ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib2dvNV ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib2f ( GLuint  index,
GLfloat  x,
GLfloat  y 
) [static]
static void loader_glVertexAttrib2fARB ( GLuint  index,
GLfloat  x,
GLfloat  y 
) [static]
static void loader_glVertexAttrib2fNV ( GLuint  index,
GLfloat  x,
GLfloat  y 
) [static]
static void loader_glVertexAttrib2fv ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib2fvARB ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib2fvNV ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib2hNV ( GLuint  index,
GLhalfNV  x,
GLhalfNV  y 
) [static]
static void loader_glVertexAttrib2hvNV ( GLuint  index,
const GLhalfNV v 
) [static]
static void loader_glVertexAttrib2s ( GLuint  index,
GLshort  x,
GLshort  y 
) [static]
static void loader_glVertexAttrib2sARB ( GLuint  index,
GLshort  x,
GLshort  y 
) [static]
static void loader_glVertexAttrib2sNV ( GLuint  index,
GLshort  x,
GLshort  y 
) [static]
static void loader_glVertexAttrib2sv ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib2svARB ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib2svNV ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib3d ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glVertexAttrib3dARB ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glVertexAttrib3dNV ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glVertexAttrib3dv ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib3dvARB ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib3dvNV ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib3f ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glVertexAttrib3fARB ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glVertexAttrib3fNV ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glVertexAttrib3fv ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib3fvARB ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib3fvNV ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib3hNV ( GLuint  index,
GLhalfNV  x,
GLhalfNV  y,
GLhalfNV  z 
) [static]
static void loader_glVertexAttrib3hvNV ( GLuint  index,
const GLhalfNV v 
) [static]
static void loader_glVertexAttrib3s ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void loader_glVertexAttrib3sARB ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void loader_glVertexAttrib3sNV ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void loader_glVertexAttrib3sv ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib3svARB ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib3svNV ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib4bv ( GLuint  index,
const GLbyte v 
) [static]
static void loader_glVertexAttrib4bvARB ( GLuint  index,
const GLbyte v 
) [static]
static void loader_glVertexAttrib4d ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glVertexAttrib4dARB ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glVertexAttrib4dNV ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glVertexAttrib4dv ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib4dvARB ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib4dvNV ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttrib4f ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glVertexAttrib4fARB ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glVertexAttrib4fNV ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glVertexAttrib4fv ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib4fvARB ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib4fvNV ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glVertexAttrib4hNV ( GLuint  index,
GLhalfNV  x,
GLhalfNV  y,
GLhalfNV  z,
GLhalfNV  w 
) [static]
static void loader_glVertexAttrib4hvNV ( GLuint  index,
const GLhalfNV v 
) [static]
static void loader_glVertexAttrib4iv ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttrib4ivARB ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttrib4Nbv ( GLuint  index,
const GLbyte v 
) [static]
static void loader_glVertexAttrib4NbvARB ( GLuint  index,
const GLbyte v 
) [static]
static void loader_glVertexAttrib4Niv ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttrib4NivARB ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttrib4Nsv ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib4NsvARB ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib4Nub ( GLuint  index,
GLubyte  x,
GLubyte  y,
GLubyte  z,
GLubyte  w 
) [static]
static void loader_glVertexAttrib4NubARB ( GLuint  index,
GLubyte  x,
GLubyte  y,
GLubyte  z,
GLubyte  w 
) [static]
static void loader_glVertexAttrib4Nubv ( GLuint  index,
const GLubyte v 
) [static]
static void loader_glVertexAttrib4NubvARB ( GLuint  index,
const GLubyte v 
) [static]
static void loader_glVertexAttrib4Nuiv ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttrib4NuivARB ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttrib4Nusv ( GLuint  index,
const GLushort v 
) [static]
static void loader_glVertexAttrib4NusvARB ( GLuint  index,
const GLushort v 
) [static]
static void loader_glVertexAttrib4s ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void loader_glVertexAttrib4sARB ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void loader_glVertexAttrib4sNV ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void loader_glVertexAttrib4sv ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib4svARB ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib4svNV ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttrib4ubNV ( GLuint  index,
GLubyte  x,
GLubyte  y,
GLubyte  z,
GLubyte  w 
) [static]
static void loader_glVertexAttrib4ubv ( GLuint  index,
const GLubyte v 
) [static]
static void loader_glVertexAttrib4ubvARB ( GLuint  index,
const GLubyte v 
) [static]
static void loader_glVertexAttrib4ubvNV ( GLuint  index,
const GLubyte v 
) [static]
static void loader_glVertexAttrib4uiv ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttrib4uivARB ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttrib4usv ( GLuint  index,
const GLushort v 
) [static]
static void loader_glVertexAttrib4usvARB ( GLuint  index,
const GLushort v 
) [static]
static void loader_glVertexAttribArrayObjectATI ( GLuint  index,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLsizei  stride,
GLuint  buffer,
GLuint  offset 
) [static]
static void loader_glVertexAttribBinding ( GLuint  attribindex,
GLuint  bindingindex 
) [static]
static void loader_glVertexAttribDivisor ( GLuint  index,
GLuint  divisor 
) [static]
static void loader_glVertexAttribDivisorANGLE ( GLuint  index,
GLuint  divisor 
) [static]
static void loader_glVertexAttribDivisorARB ( GLuint  index,
GLuint  divisor 
) [static]
static void loader_glVertexAttribFormat ( GLuint  attribindex,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLuint  relativeoffset 
) [static]
static void loader_glVertexAttribFormatNV ( GLuint  index,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLsizei  stride 
) [static]
static void loader_glVertexAttribI1i ( GLuint  index,
GLint  x 
) [static]
static void loader_glVertexAttribI1iEXT ( GLuint  index,
GLint  x 
) [static]
static void loader_glVertexAttribI1iv ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttribI1ivEXT ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttribI1ui ( GLuint  index,
GLuint  x 
) [static]
static void loader_glVertexAttribI1uiEXT ( GLuint  index,
GLuint  x 
) [static]
static void loader_glVertexAttribI1uiv ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttribI1uivEXT ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttribI2i ( GLuint  index,
GLint  x,
GLint  y 
) [static]
static void loader_glVertexAttribI2iEXT ( GLuint  index,
GLint  x,
GLint  y 
) [static]
static void loader_glVertexAttribI2iv ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttribI2ivEXT ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttribI2ui ( GLuint  index,
GLuint  x,
GLuint  y 
) [static]
static void loader_glVertexAttribI2uiEXT ( GLuint  index,
GLuint  x,
GLuint  y 
) [static]
static void loader_glVertexAttribI2uiv ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttribI2uivEXT ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttribI3i ( GLuint  index,
GLint  x,
GLint  y,
GLint  z 
) [static]
static void loader_glVertexAttribI3iEXT ( GLuint  index,
GLint  x,
GLint  y,
GLint  z 
) [static]
static void loader_glVertexAttribI3iv ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttribI3ivEXT ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttribI3ui ( GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z 
) [static]
static void loader_glVertexAttribI3uiEXT ( GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z 
) [static]
static void loader_glVertexAttribI3uiv ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttribI3uivEXT ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttribI4bv ( GLuint  index,
const GLbyte v 
) [static]
static void loader_glVertexAttribI4bvEXT ( GLuint  index,
const GLbyte v 
) [static]
static void loader_glVertexAttribI4i ( GLuint  index,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void loader_glVertexAttribI4iEXT ( GLuint  index,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void loader_glVertexAttribI4iv ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttribI4ivEXT ( GLuint  index,
const GLint v 
) [static]
static void loader_glVertexAttribI4sv ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttribI4svEXT ( GLuint  index,
const GLshort v 
) [static]
static void loader_glVertexAttribI4ubv ( GLuint  index,
const GLubyte v 
) [static]
static void loader_glVertexAttribI4ubvEXT ( GLuint  index,
const GLubyte v 
) [static]
static void loader_glVertexAttribI4ui ( GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void loader_glVertexAttribI4uiEXT ( GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void loader_glVertexAttribI4uiv ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttribI4uivEXT ( GLuint  index,
const GLuint v 
) [static]
static void loader_glVertexAttribI4usv ( GLuint  index,
const GLushort v 
) [static]
static void loader_glVertexAttribI4usvEXT ( GLuint  index,
const GLushort v 
) [static]
static void loader_glVertexAttribIFormat ( GLuint  attribindex,
GLint  size,
GLenum  type,
GLuint  relativeoffset 
) [static]
static void loader_glVertexAttribIFormatNV ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void loader_glVertexAttribIPointer ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glVertexAttribIPointerEXT ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glVertexAttribL1d ( GLuint  index,
GLdouble  x 
) [static]
static void loader_glVertexAttribL1dEXT ( GLuint  index,
GLdouble  x 
) [static]
static void loader_glVertexAttribL1dv ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttribL1dvEXT ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttribL1i64NV ( GLuint  index,
GLint64EXT  x 
) [static]
static void loader_glVertexAttribL1i64vNV ( GLuint  index,
const GLint64EXT v 
) [static]
static void loader_glVertexAttribL1ui64NV ( GLuint  index,
GLuint64EXT  x 
) [static]
static void loader_glVertexAttribL1ui64vNV ( GLuint  index,
const GLuint64EXT v 
) [static]
static void loader_glVertexAttribL2d ( GLuint  index,
GLdouble  x,
GLdouble  y 
) [static]
static void loader_glVertexAttribL2dEXT ( GLuint  index,
GLdouble  x,
GLdouble  y 
) [static]
static void loader_glVertexAttribL2dv ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttribL2dvEXT ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttribL2i64NV ( GLuint  index,
GLint64EXT  x,
GLint64EXT  y 
) [static]
static void loader_glVertexAttribL2i64vNV ( GLuint  index,
const GLint64EXT v 
) [static]
static void loader_glVertexAttribL2ui64NV ( GLuint  index,
GLuint64EXT  x,
GLuint64EXT  y 
) [static]
static void loader_glVertexAttribL2ui64vNV ( GLuint  index,
const GLuint64EXT v 
) [static]
static void loader_glVertexAttribL3d ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glVertexAttribL3dEXT ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glVertexAttribL3dv ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttribL3dvEXT ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttribL3i64NV ( GLuint  index,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z 
) [static]
static void loader_glVertexAttribL3i64vNV ( GLuint  index,
const GLint64EXT v 
) [static]
static void loader_glVertexAttribL3ui64NV ( GLuint  index,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z 
) [static]
static void loader_glVertexAttribL3ui64vNV ( GLuint  index,
const GLuint64EXT v 
) [static]
static void loader_glVertexAttribL4d ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glVertexAttribL4dEXT ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glVertexAttribL4dv ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttribL4dvEXT ( GLuint  index,
const GLdouble v 
) [static]
static void loader_glVertexAttribL4i64NV ( GLuint  index,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z,
GLint64EXT  w 
) [static]
static void loader_glVertexAttribL4i64vNV ( GLuint  index,
const GLint64EXT v 
) [static]
static void loader_glVertexAttribL4ui64NV ( GLuint  index,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z,
GLuint64EXT  w 
) [static]
static void loader_glVertexAttribL4ui64vNV ( GLuint  index,
const GLuint64EXT v 
) [static]
static void loader_glVertexAttribLFormat ( GLuint  attribindex,
GLint  size,
GLenum  type,
GLuint  relativeoffset 
) [static]
static void loader_glVertexAttribLFormatNV ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void loader_glVertexAttribLPointer ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glVertexAttribLPointerEXT ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glVertexAttribP1ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
) [static]
static void loader_glVertexAttribP1uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
) [static]
static void loader_glVertexAttribP2ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
) [static]
static void loader_glVertexAttribP2uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
) [static]
static void loader_glVertexAttribP3ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
) [static]
static void loader_glVertexAttribP3uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
) [static]
static void loader_glVertexAttribP4ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
) [static]
static void loader_glVertexAttribP4uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
) [static]
static void loader_glVertexAttribPointer ( GLuint  index,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glVertexAttribPointerARB ( GLuint  index,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glVertexAttribPointerNV ( GLuint  index,
GLint  fsize,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glVertexAttribs1dvNV ( GLuint  index,
GLsizei  n,
const GLdouble v 
) [static]
static void loader_glVertexAttribs1fvNV ( GLuint  index,
GLsizei  n,
const GLfloat v 
) [static]
static void loader_glVertexAttribs1hvNV ( GLuint  index,
GLsizei  count,
const GLhalfNV v 
) [static]
static void loader_glVertexAttribs1svNV ( GLuint  index,
GLsizei  n,
const GLshort v 
) [static]
static void loader_glVertexAttribs2dvNV ( GLuint  index,
GLsizei  n,
const GLdouble v 
) [static]
static void loader_glVertexAttribs2fvNV ( GLuint  index,
GLsizei  n,
const GLfloat v 
) [static]
static void loader_glVertexAttribs2hvNV ( GLuint  index,
GLsizei  count,
const GLhalfNV v 
) [static]
static void loader_glVertexAttribs2svNV ( GLuint  index,
GLsizei  n,
const GLshort v 
) [static]
static void loader_glVertexAttribs3dvNV ( GLuint  index,
GLsizei  n,
const GLdouble v 
) [static]
static void loader_glVertexAttribs3fvNV ( GLuint  index,
GLsizei  n,
const GLfloat v 
) [static]
static void loader_glVertexAttribs3hvNV ( GLuint  index,
GLsizei  count,
const GLhalfNV v 
) [static]
static void loader_glVertexAttribs3svNV ( GLuint  index,
GLsizei  n,
const GLshort v 
) [static]
static void loader_glVertexAttribs4dvNV ( GLuint  index,
GLsizei  n,
const GLdouble v 
) [static]
static void loader_glVertexAttribs4fvNV ( GLuint  index,
GLsizei  n,
const GLfloat v 
) [static]
static void loader_glVertexAttribs4hvNV ( GLuint  index,
GLsizei  count,
const GLhalfNV v 
) [static]
static void loader_glVertexAttribs4svNV ( GLuint  index,
GLsizei  n,
const GLshort v 
) [static]
static void loader_glVertexAttribs4ubvNV ( GLuint  index,
GLsizei  n,
const GLubyte v 
) [static]
static void loader_glVertexBindingDivisor ( GLuint  bindingindex,
GLuint  divisor 
) [static]
static void loader_glVertexBlendARB ( GLint  count) [static]
static void loader_glVertexBlendEnvfATI ( GLenum  pname,
GLfloat  param 
) [static]
static void loader_glVertexBlendEnviATI ( GLenum  pname,
GLint  param 
) [static]
static void loader_glVertexFormatNV ( GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void loader_glVertexP2ui ( GLenum  type,
GLuint  coords 
) [static]
static void loader_glVertexP2uiv ( GLenum  type,
const GLuint coords 
) [static]
static void loader_glVertexP3ui ( GLenum  type,
GLuint  coords 
) [static]
static void loader_glVertexP3uiv ( GLenum  type,
const GLuint coords 
) [static]
static void loader_glVertexP4ui ( GLenum  type,
GLuint  coords 
) [static]
static void loader_glVertexP4uiv ( GLenum  type,
const GLuint coords 
) [static]
static void loader_glVertexPointer ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glVertexPointerEXT ( GLint  size,
GLenum  type,
GLsizei  stride,
GLsizei  count,
const GLvoid pointer 
) [static]
static void loader_glVertexPointerListIBM ( GLint  size,
GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void loader_glVertexPointervINTEL ( GLint  size,
GLenum  type,
const GLvoid **  pointer 
) [static]
static void loader_glVertexStream1dATI ( GLenum  stream,
GLdouble  x 
) [static]
static void loader_glVertexStream1dvATI ( GLenum  stream,
const GLdouble coords 
) [static]
static void loader_glVertexStream1fATI ( GLenum  stream,
GLfloat  x 
) [static]
static void loader_glVertexStream1fvATI ( GLenum  stream,
const GLfloat coords 
) [static]
static void loader_glVertexStream1iATI ( GLenum  stream,
GLint  x 
) [static]
static void loader_glVertexStream1ivATI ( GLenum  stream,
const GLint coords 
) [static]
static void loader_glVertexStream1sATI ( GLenum  stream,
GLshort  x 
) [static]
static void loader_glVertexStream1svATI ( GLenum  stream,
const GLshort coords 
) [static]
static void loader_glVertexStream2dATI ( GLenum  stream,
GLdouble  x,
GLdouble  y 
) [static]
static void loader_glVertexStream2dvATI ( GLenum  stream,
const GLdouble coords 
) [static]
static void loader_glVertexStream2fATI ( GLenum  stream,
GLfloat  x,
GLfloat  y 
) [static]
static void loader_glVertexStream2fvATI ( GLenum  stream,
const GLfloat coords 
) [static]
static void loader_glVertexStream2iATI ( GLenum  stream,
GLint  x,
GLint  y 
) [static]
static void loader_glVertexStream2ivATI ( GLenum  stream,
const GLint coords 
) [static]
static void loader_glVertexStream2sATI ( GLenum  stream,
GLshort  x,
GLshort  y 
) [static]
static void loader_glVertexStream2svATI ( GLenum  stream,
const GLshort coords 
) [static]
static void loader_glVertexStream3dATI ( GLenum  stream,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glVertexStream3dvATI ( GLenum  stream,
const GLdouble coords 
) [static]
static void loader_glVertexStream3fATI ( GLenum  stream,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glVertexStream3fvATI ( GLenum  stream,
const GLfloat coords 
) [static]
static void loader_glVertexStream3iATI ( GLenum  stream,
GLint  x,
GLint  y,
GLint  z 
) [static]
static void loader_glVertexStream3ivATI ( GLenum  stream,
const GLint coords 
) [static]
static void loader_glVertexStream3sATI ( GLenum  stream,
GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void loader_glVertexStream3svATI ( GLenum  stream,
const GLshort coords 
) [static]
static void loader_glVertexStream4dATI ( GLenum  stream,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glVertexStream4dvATI ( GLenum  stream,
const GLdouble coords 
) [static]
static void loader_glVertexStream4fATI ( GLenum  stream,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glVertexStream4fvATI ( GLenum  stream,
const GLfloat coords 
) [static]
static void loader_glVertexStream4iATI ( GLenum  stream,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void loader_glVertexStream4ivATI ( GLenum  stream,
const GLint coords 
) [static]
static void loader_glVertexStream4sATI ( GLenum  stream,
GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void loader_glVertexStream4svATI ( GLenum  stream,
const GLshort coords 
) [static]
static void loader_glVertexWeightfEXT ( GLfloat  weight) [static]
static void loader_glVertexWeightfvEXT ( const GLfloat weight) [static]
static void loader_glVertexWeighthNV ( GLhalfNV  weight) [static]
static void loader_glVertexWeighthvNV ( const GLhalfNV weight) [static]
static void loader_glVertexWeightPointerEXT ( GLsizei  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static GLenum loader_glVideoCaptureNV ( GLuint  video_capture_slot,
GLuint sequence_num,
GLuint64EXT capture_time 
) [static]
static void loader_glVideoCaptureStreamParameterdvNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
const GLdouble params 
) [static]
static void loader_glVideoCaptureStreamParameterfvNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
const GLfloat params 
) [static]
static void loader_glVideoCaptureStreamParameterivNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
const GLint params 
) [static]
static void loader_glViewport ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void loader_glViewportArrayv ( GLuint  first,
GLsizei  count,
const GLfloat v 
) [static]
static void loader_glViewportIndexedf ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  w,
GLfloat  h 
) [static]
static void loader_glViewportIndexedfv ( GLuint  index,
const GLfloat v 
) [static]
static void loader_glWaitSync ( GLsync  sync,
GLbitfield  flags,
GLuint64  timeout 
) [static]
static void loader_glWaitSyncAPPLE ( GLsync  sync,
GLbitfield  flags,
GLuint64  timeout 
) [static]
static void loader_glWeightbvARB ( GLint  size,
const GLbyte weights 
) [static]
static void loader_glWeightdvARB ( GLint  size,
const GLdouble weights 
) [static]
static void loader_glWeightfvARB ( GLint  size,
const GLfloat weights 
) [static]
static void loader_glWeightivARB ( GLint  size,
const GLint weights 
) [static]
static void loader_glWeightPathsNV ( GLuint  resultPath,
GLsizei  numPaths,
const GLuint paths,
const GLfloat weights 
) [static]
static void loader_glWeightPointerARB ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void loader_glWeightPointerOES ( GLint  size,
GLenum  type,
GLsizei  stride,
GLvoid pointer 
) [static]
static void loader_glWeightsvARB ( GLint  size,
const GLshort weights 
) [static]
static void loader_glWeightubvARB ( GLint  size,
const GLubyte weights 
) [static]
static void loader_glWeightuivARB ( GLint  size,
const GLuint weights 
) [static]
static void loader_glWeightusvARB ( GLint  size,
const GLushort weights 
) [static]
static void loader_glWindowPos2d ( GLdouble  x,
GLdouble  y 
) [static]
static void loader_glWindowPos2dARB ( GLdouble  x,
GLdouble  y 
) [static]
static void loader_glWindowPos2dMESA ( GLdouble  x,
GLdouble  y 
) [static]
static void loader_glWindowPos2dv ( const GLdouble p) [static]
static void loader_glWindowPos2dvARB ( const GLdouble p) [static]
static void loader_glWindowPos2dvMESA ( const GLdouble v) [static]
static void loader_glWindowPos2f ( GLfloat  x,
GLfloat  y 
) [static]
static void loader_glWindowPos2fARB ( GLfloat  x,
GLfloat  y 
) [static]
static void loader_glWindowPos2fMESA ( GLfloat  x,
GLfloat  y 
) [static]
static void loader_glWindowPos2fv ( const GLfloat p) [static]
static void loader_glWindowPos2fvARB ( const GLfloat p) [static]
static void loader_glWindowPos2fvMESA ( const GLfloat v) [static]
static void loader_glWindowPos2i ( GLint  x,
GLint  y 
) [static]
static void loader_glWindowPos2iARB ( GLint  x,
GLint  y 
) [static]
static void loader_glWindowPos2iMESA ( GLint  x,
GLint  y 
) [static]
static void loader_glWindowPos2iv ( const GLint p) [static]
static void loader_glWindowPos2ivARB ( const GLint p) [static]
static void loader_glWindowPos2ivMESA ( const GLint v) [static]
static void loader_glWindowPos2s ( GLshort  x,
GLshort  y 
) [static]
static void loader_glWindowPos2sARB ( GLshort  x,
GLshort  y 
) [static]
static void loader_glWindowPos2sMESA ( GLshort  x,
GLshort  y 
) [static]
static void loader_glWindowPos2sv ( const GLshort p) [static]
static void loader_glWindowPos2svARB ( const GLshort p) [static]
static void loader_glWindowPos2svMESA ( const GLshort v) [static]
static void loader_glWindowPos3d ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glWindowPos3dARB ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glWindowPos3dMESA ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void loader_glWindowPos3dv ( const GLdouble p) [static]
static void loader_glWindowPos3dvARB ( const GLdouble p) [static]
static void loader_glWindowPos3dvMESA ( const GLdouble v) [static]
static void loader_glWindowPos3f ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glWindowPos3fARB ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glWindowPos3fMESA ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void loader_glWindowPos3fv ( const GLfloat p) [static]
static void loader_glWindowPos3fvARB ( const GLfloat p) [static]
static void loader_glWindowPos3fvMESA ( const GLfloat v) [static]
static void loader_glWindowPos3i ( GLint  x,
GLint  y,
GLint  z 
) [static]
static void loader_glWindowPos3iARB ( GLint  x,
GLint  y,
GLint  z 
) [static]
static void loader_glWindowPos3iMESA ( GLint  x,
GLint  y,
GLint  z 
) [static]
static void loader_glWindowPos3iv ( const GLint p) [static]
static void loader_glWindowPos3ivARB ( const GLint p) [static]
static void loader_glWindowPos3ivMESA ( const GLint v) [static]
static void loader_glWindowPos3s ( GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void loader_glWindowPos3sARB ( GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void loader_glWindowPos3sMESA ( GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void loader_glWindowPos3sv ( const GLshort p) [static]
static void loader_glWindowPos3svARB ( const GLshort p) [static]
static void loader_glWindowPos3svMESA ( const GLshort v) [static]
static void loader_glWindowPos4dMESA ( GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void loader_glWindowPos4dvMESA ( const GLdouble v) [static]
static void loader_glWindowPos4fMESA ( GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void loader_glWindowPos4fvMESA ( const GLfloat v) [static]
static void loader_glWindowPos4iMESA ( GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void loader_glWindowPos4ivMESA ( const GLint v) [static]
static void loader_glWindowPos4sMESA ( GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void loader_glWindowPos4svMESA ( const GLshort v) [static]
static void loader_glWriteMaskEXT ( GLuint  res,
GLuint  in,
GLenum  outX,
GLenum  outY,
GLenum  outZ,
GLenum  outW 
) [static]
static void* loader_glXAllocateMemoryNV ( GLsizei  size,
GLfloat  readFrequency,
GLfloat  writeFrequency,
GLfloat  priority 
) [static]
static int loader_glXBindChannelToWindowSGIX ( Display display,
int  screen,
int  channel,
Window  window 
) [static]
static Bool loader_glXBindSwapBarrierNV ( Display dpy,
GLuint  group,
GLuint  barrier 
) [static]
static void loader_glXBindSwapBarrierSGIX ( Display dpy,
GLXDrawable  drawable,
int  barrier 
) [static]
static void loader_glXBindTexImageATI ( Display dpy,
GLXPbuffer  pbuf,
int  buffer 
) [static]
static void loader_glXBindTexImageEXT ( Display display,
GLXDrawable  drawable,
int  buffer,
const int *  attrib_list 
) [static]
static int loader_glXBindVideoCaptureDeviceNV ( Display dpy,
unsigned int  video_capture_slot,
GLXVideoCaptureDeviceNV  device 
) [static]
static int loader_glXBindVideoDeviceNV ( Display dpy,
unsigned int  video_slot,
unsigned int  video_device,
const int *  attrib_list 
) [static]
static int loader_glXBindVideoImageNV ( Display dpy,
GLXVideoDeviceNV  VideoDevice,
GLXPbuffer  pbuf,
int  iVideoBuffer 
) [static]
static void loader_glXBlitContextFramebufferAMD ( GLXContext  dstCtx,
GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static int loader_glXChannelRectSGIX ( Display display,
int  screen,
int  channel,
int  x,
int  y,
int  w,
int  h 
) [static]
static int loader_glXChannelRectSyncSGIX ( Display display,
int  screen,
int  channel,
GLenum  synctype 
) [static]
static GLXFBConfig* loader_glXChooseFBConfig ( Display dpy,
int  screen,
const int *  attrib_list,
int *  nelements 
) [static]
static GLXFBConfigSGIX* loader_glXChooseFBConfigSGIX ( Display dpy,
int  screen,
const int *  attrib_list,
int *  nelements 
) [static]
static XVisualInfo* loader_glXChooseVisual ( Display dpy,
int  screen,
int *  attribList 
) [static]
static void loader_glXCopyContext ( Display dpy,
GLXContext  src,
GLXContext  dst,
unsigned long  mask 
) [static]
static void loader_glXCopyImageSubDataNV ( Display dpy,
GLXContext  srcCtx,
GLuint  srcName,
GLenum  srcTarget,
GLint  srcLevel,
GLint  srcX,
GLint  srcY,
GLint  srcZ,
GLXContext  dstCtx,
GLuint  dstName,
GLenum  dstTarget,
GLint  dstLevel,
GLint  dstX,
GLint  dstY,
GLint  dstZ,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static void loader_glXCopySubBufferMESA ( Display dpy,
GLXDrawable  drawable,
int  x,
int  y,
int  width,
int  height 
) [static]
static GLXContext loader_glXCreateAssociatedContextAMD ( unsigned int  id,
GLXContext  share_list 
) [static]
static GLXContext loader_glXCreateAssociatedContextAttribsAMD ( unsigned int  id,
GLXContext  share_context,
const int *  attribList 
) [static]
static GLXContext loader_glXCreateContext ( Display dpy,
XVisualInfo *  vis,
GLXContext  shareList,
Bool  direct 
) [static]
static GLXContext loader_glXCreateContextAttribsARB ( Display dpy,
GLXFBConfig  config,
GLXContext  share_context,
Bool  direct,
const int *  attrib_list 
) [static]
static GLXContext loader_glXCreateContextWithConfigSGIX ( Display dpy,
GLXFBConfig  config,
int  render_type,
GLXContext  share_list,
Bool  direct 
) [static]
static GLXPbuffer loader_glXCreateGLXPbufferSGIX ( Display dpy,
GLXFBConfig  config,
unsigned int  width,
unsigned int  height,
int *  attrib_list 
) [static]
static GLXPixmap loader_glXCreateGLXPixmap ( Display dpy,
XVisualInfo *  vis,
Pixmap  pixmap 
) [static]
static GLXPixmap loader_glXCreateGLXPixmapMESA ( Display dpy,
XVisualInfo *  visual,
Pixmap  pixmap,
Colormap  cmap 
) [static]
static GLXPixmap loader_glXCreateGLXPixmapWithConfigSGIX ( Display dpy,
GLXFBConfig  config,
Pixmap  pixmap 
) [static]
static GLXContext loader_glXCreateNewContext ( Display dpy,
GLXFBConfig  config,
int  render_type,
GLXContext  share_list,
Bool  direct 
) [static]
static GLXPbuffer loader_glXCreatePbuffer ( Display dpy,
GLXFBConfig  config,
const int *  attrib_list 
) [static]
static GLXPixmap loader_glXCreatePixmap ( Display dpy,
GLXFBConfig  config,
Pixmap  pixmap,
const int *  attrib_list 
) [static]
static GLXWindow loader_glXCreateWindow ( Display dpy,
GLXFBConfig  config,
Window  win,
const int *  attrib_list 
) [static]
static void loader_glXCushionSGI ( Display dpy,
Window  window,
float  cushion 
) [static]
static Bool loader_glXDeleteAssociatedContextAMD ( GLXContext  ctx) [static]
static void loader_glXDestroyContext ( Display dpy,
GLXContext  ctx 
) [static]
static void loader_glXDestroyGLXPbufferSGIX ( Display dpy,
GLXPbuffer  pbuf 
) [static]
static void loader_glXDestroyGLXPixmap ( Display dpy,
GLXPixmap  pix 
) [static]
static void loader_glXDestroyPbuffer ( Display dpy,
GLXPbuffer  pbuf 
) [static]
static void loader_glXDestroyPixmap ( Display dpy,
GLXPixmap  pixmap 
) [static]
static void loader_glXDestroyWindow ( Display dpy,
GLXWindow  win 
) [static]
static void loader_glXDrawableAttribATI ( Display dpy,
GLXDrawable  draw,
const int *  attrib_list 
) [static]
static GLXVideoCaptureDeviceNV* loader_glXEnumerateVideoCaptureDevicesNV ( Display dpy,
int  screen,
int *  nelements 
) [static]
static unsigned int* loader_glXEnumerateVideoDevicesNV ( Display dpy,
int  screen,
int *  nelements 
) [static]
static void loader_glXFreeContextEXT ( Display dpy,
GLXContext  context 
) [static]
static void loader_glXFreeMemoryNV ( void pointer) [static]
static unsigned int loader_glXGetAGPOffsetMESA ( const void pointer) [static]
static const char* loader_glXGetClientString ( Display dpy,
int  name 
) [static]
static int loader_glXGetConfig ( Display dpy,
XVisualInfo *  vis,
int  attrib,
int *  value 
) [static]
static unsigned int loader_glXGetContextGPUIDAMD ( GLXContext  ctx) [static]
static GLXContextID loader_glXGetContextIDEXT ( const GLXContext  context) [static]
static Display* loader_glXGetCurrentDisplay ( void  ) [static]
static int loader_glXGetFBConfigAttrib ( Display dpy,
GLXFBConfig  config,
int  attribute,
int *  value 
) [static]
static int loader_glXGetFBConfigAttribSGIX ( Display dpy,
GLXFBConfigSGIX  config,
int  attribute,
int *  value 
) [static]
static GLXFBConfigSGIX loader_glXGetFBConfigFromVisualSGIX ( Display dpy,
XVisualInfo *  vis 
) [static]
static GLXFBConfig* loader_glXGetFBConfigs ( Display dpy,
int  screen,
int *  nelements 
) [static]
static unsigned int loader_glXGetGPUIDsAMD ( unsigned int  maxCount,
unsigned int *  ids 
) [static]
static int loader_glXGetGPUInfoAMD ( unsigned int  id,
int  property,
GLenum  dataType,
unsigned int  size,
GLvoid data 
) [static]
static Bool loader_glXGetMscRateOML ( Display dpy,
GLXDrawable  drawable,
int32_t *  numerator,
int32_t *  denominator 
) [static]
static __GLXextFuncPtr loader_glXGetProcAddress ( const GLubyte procName) [static]
static __GLXextFuncPtr loader_glXGetProcAddressARB ( const GLubyte procName) [static]
static void loader_glXGetSelectedEvent ( Display dpy,
GLXDrawable  draw,
unsigned long *  event_mask 
) [static]
static void loader_glXGetSelectedEventSGIX ( Display dpy,
GLXDrawable  drawable,
unsigned long *  mask 
) [static]
static int loader_glXGetSwapIntervalMESA ( void  ) [static]
static Bool loader_glXGetSyncValuesOML ( Display dpy,
GLXDrawable  drawable,
int64_t *  ust,
int64_t *  msc,
int64_t *  sbc 
) [static]
static Status loader_glXGetTransparentIndexSUN ( Display dpy,
Window  overlay,
Window  underlay,
unsigned long *  pTransparentIndex 
) [static]
static int loader_glXGetVideoDeviceNV ( Display dpy,
int  screen,
int  numVideoDevices,
GLXVideoDeviceNV pVideoDevice 
) [static]
static int loader_glXGetVideoInfoNV ( Display dpy,
int  screen,
GLXVideoDeviceNV  VideoDevice,
unsigned long *  pulCounterOutputPbuffer,
unsigned long *  pulCounterOutputVideo 
) [static]
static int loader_glXGetVideoResizeSUN ( Display display,
GLXDrawable  window,
float *  factor 
) [static]
static int loader_glXGetVideoSyncSGI ( unsigned int *  count) [static]
static XVisualInfo* loader_glXGetVisualFromFBConfig ( Display dpy,
GLXFBConfig  config 
) [static]
static XVisualInfo* loader_glXGetVisualFromFBConfigSGIX ( Display dpy,
GLXFBConfig  config 
) [static]
static GLXContext loader_glXImportContextEXT ( Display dpy,
GLXContextID  contextID 
) [static]
static Bool loader_glXIsDirect ( Display dpy,
GLXContext  ctx 
) [static]
static Bool loader_glXJoinSwapGroupNV ( Display dpy,
GLXDrawable  drawable,
GLuint  group 
) [static]
static void loader_glXJoinSwapGroupSGIX ( Display dpy,
GLXDrawable  drawable,
GLXDrawable  member 
) [static]
static Bool loader_glXMakeContextCurrent ( Display display,
GLXDrawable  draw,
GLXDrawable  read,
GLXContext  ctx 
) [static]
static Bool loader_glXMakeCurrent ( Display dpy,
GLXDrawable  drawable,
GLXContext  ctx 
) [static]
static Bool loader_glXMakeCurrentReadSGI ( Display dpy,
GLXDrawable  draw,
GLXDrawable  read,
GLXContext  ctx 
) [static]
static int loader_glXQueryChannelDeltasSGIX ( Display display,
int  screen,
int  channel,
int *  x,
int *  y,
int *  w,
int *  h 
) [static]
static int loader_glXQueryChannelRectSGIX ( Display display,
int  screen,
int  channel,
int *  dx,
int *  dy,
int *  dw,
int *  dh 
) [static]
static int loader_glXQueryContext ( Display dpy,
GLXContext  ctx,
int  attribute,
int *  value 
) [static]
static int loader_glXQueryContextInfoEXT ( Display dpy,
GLXContext  context,
int  attribute,
int *  value 
) [static]
static void loader_glXQueryDrawable ( Display dpy,
GLXDrawable  draw,
int  attribute,
unsigned int *  value 
) [static]
static Bool loader_glXQueryExtension ( Display dpy,
int *  errorBase,
int *  eventBase 
) [static]
static const char* loader_glXQueryExtensionsString ( Display dpy,
int  screen 
) [static]
static Bool loader_glXQueryFrameCountNV ( Display dpy,
int  screen,
GLuint count 
) [static]
static void loader_glXQueryGLXPbufferSGIX ( Display dpy,
GLXPbuffer  pbuf,
int  attribute,
unsigned int *  value 
) [static]
static Bool loader_glXQueryMaxSwapBarriersSGIX ( Display dpy,
int  screen,
int *  max 
) [static]
static Bool loader_glXQueryMaxSwapGroupsNV ( Display dpy,
int  screen,
GLuint maxGroups,
GLuint maxBarriers 
) [static]
static const char* loader_glXQueryServerString ( Display dpy,
int  screen,
int  name 
) [static]
static Bool loader_glXQuerySwapGroupNV ( Display dpy,
GLXDrawable  drawable,
GLuint group,
GLuint barrier 
) [static]
static Bool loader_glXQueryVersion ( Display dpy,
int *  major,
int *  minor 
) [static]
static int loader_glXQueryVideoCaptureDeviceNV ( Display dpy,
GLXVideoCaptureDeviceNV  device,
int  attribute,
int *  value 
) [static]
static Bool loader_glXReleaseBuffersMESA ( Display dpy,
GLXDrawable  d 
) [static]
static void loader_glXReleaseTexImageATI ( Display dpy,
GLXPbuffer  pbuf,
int  buffer 
) [static]
static void loader_glXReleaseTexImageEXT ( Display display,
GLXDrawable  drawable,
int  buffer 
) [static]
static int loader_glXReleaseVideoDeviceNV ( Display dpy,
int  screen,
GLXVideoDeviceNV  VideoDevice 
) [static]
static int loader_glXReleaseVideoImageNV ( Display dpy,
GLXPbuffer  pbuf 
) [static]
static Bool loader_glXResetFrameCountNV ( Display dpy,
int  screen 
) [static]
static void loader_glXSelectEvent ( Display dpy,
GLXDrawable  draw,
unsigned long  event_mask 
) [static]
static void loader_glXSelectEventSGIX ( Display dpy,
GLXDrawable  drawable,
unsigned long  mask 
) [static]
static int loader_glXSendPbufferToVideoNV ( Display dpy,
GLXPbuffer  pbuf,
int  iBufferType,
unsigned long *  pulCounterPbuffer,
GLboolean  bBlock 
) [static]
static GLboolean loader_glXSet3DfxModeMESA ( GLint  mode) [static]
static void loader_glXSwapBuffers ( Display dpy,
GLXDrawable  drawable 
) [static]
static int64_t loader_glXSwapBuffersMscOML ( Display dpy,
GLXDrawable  drawable,
int64_t  target_msc,
int64_t  divisor,
int64_t  remainder 
) [static]
static void loader_glXSwapIntervalEXT ( Display dpy,
GLXDrawable  drawable,
int  interval 
) [static]
static int loader_glXSwapIntervalMESA ( unsigned int  interval) [static]
static int loader_glXSwapIntervalSGI ( int  interval) [static]
static void loader_glXUseXFont ( Font  font,
int  first,
int  count,
int  listBase 
) [static]
static int loader_glXVideoResizeSUN ( Display display,
GLXDrawable  window,
float  factor 
) [static]
static Bool loader_glXWaitForMscOML ( Display dpy,
GLXDrawable  drawable,
int64_t  target_msc,
int64_t  divisor,
int64_t  remainder,
int64_t *  ust,
int64_t *  msc,
int64_t *  sbc 
) [static]
static Bool loader_glXWaitForSbcOML ( Display dpy,
GLXDrawable  drawable,
int64_t  target_sbc,
int64_t *  ust,
int64_t *  msc,
int64_t *  sbc 
) [static]
static void loader_glXWaitGL ( void  ) [static]
static int loader_glXWaitVideoSyncSGI ( int  divisor,
int  remainder,
unsigned int *  count 
) [static]
static void loader_glXWaitX ( void  ) [static]
static void* loader_wglAllocateMemoryNV ( GLsizei  size,
GLfloat  readfreq,
GLfloat  writefreq,
GLfloat  priority 
) [static]
static BOOL loader_wglAssociateImageBufferEventsI3D ( HDC  hDC,
const HANDLE *  pEvent,
const LPVOID *  pAddress,
const DWORD *  pSize,
UINT  count 
) [static]
static BOOL loader_wglBeginFrameTrackingI3D ( void  ) [static]
static BOOL loader_wglBindSwapBarrierNV ( GLuint  group,
GLuint  barrier 
) [static]
static BOOL loader_wglBindTexImageARB ( HPBUFFERARB  hPbuffer,
int  iBuffer 
) [static]
static BOOL loader_wglBindVideoCaptureDeviceNV ( UINT  uVideoSlot,
HVIDEOINPUTDEVICENV  hDevice 
) [static]
static BOOL loader_wglBindVideoDeviceNV ( HDC  hDC,
unsigned int  uVideoSlot,
HVIDEOOUTPUTDEVICENV  hVideoDevice,
const int *  piAttribList 
) [static]
static BOOL loader_wglBindVideoImageNV ( HPVIDEODEV  hVideoDevice,
HPBUFFERARB  hPbuffer,
int  iVideoBuffer 
) [static]
static VOID loader_wglBlitContextFramebufferAMD ( HGLRC  dstCtx,
GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static int loader_wglChoosePixelFormat ( HDC  hDC,
const PIXELFORMATDESCRIPTOR *  ppfd 
) [static]
static BOOL loader_wglChoosePixelFormatARB ( HDC  hDC,
const int *  piAttribIList,
const FLOAT *  pfAttribFList,
UINT  nMaxFormats,
int *  piFormats,
UINT *  nNumFormats 
) [static]
static BOOL loader_wglChoosePixelFormatEXT ( HDC  hDC,
const int *  piAttribIList,
const FLOAT *  pfAttribFList,
UINT  nMaxFormats,
int *  piFormats,
UINT *  nNumFormats 
) [static]
static BOOL loader_wglCopyContext ( HGLRC  hglrcSrc,
HGLRC  hglrcDst,
UINT  mask 
) [static]
static BOOL loader_wglCopyImageSubDataNV ( HGLRC  hSrcRC,
GLuint  srcName,
GLenum  srcTarget,
GLint  srcLevel,
GLint  srcX,
GLint  srcY,
GLint  srcZ,
HGLRC  hDstRC,
GLuint  dstName,
GLenum  dstTarget,
GLint  dstLevel,
GLint  dstX,
GLint  dstY,
GLint  dstZ,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static HDC loader_wglCreateAffinityDCNV ( const HGPUNV phGpuList) [static]
static HGLRC loader_wglCreateAssociatedContextAMD ( UINT  id) [static]
static HGLRC loader_wglCreateAssociatedContextAttribsAMD ( UINT  id,
HGLRC  hShareContext,
const int *  attribList 
) [static]
static HANDLE loader_wglCreateBufferRegionARB ( HDC  hDC,
int  iLayerPlane,
UINT  uType 
) [static]
static HGLRC loader_wglCreateContext ( HDC  hDC) [static]
static HGLRC loader_wglCreateContextAttribsARB ( HDC  hDC,
HGLRC  hShareContext,
const int *  piAttribList 
) [static]
static LPVOID loader_wglCreateImageBufferI3D ( HDC  hDC,
DWORD  dwSize,
UINT  uFlags 
) [static]
static HGLRC loader_wglCreateLayerContext ( HDC  hDC,
int  iLayerPlane 
) [static]
static HPBUFFERARB loader_wglCreatePbufferARB ( HDC  hDC,
int  iPixelFormat,
int  iWidth,
int  iHeight,
const int *  piAttribList 
) [static]
static HPBUFFEREXT loader_wglCreatePbufferEXT ( HDC  hDC,
int  iPixelFormat,
int  iWidth,
int  iHeight,
const int *  piAttribList 
) [static]
static BOOL loader_wglDeleteAssociatedContextAMD ( HGLRC  hglrc) [static]
static VOID loader_wglDeleteBufferRegionARB ( HANDLE  hRegion) [static]
static BOOL loader_wglDeleteContext ( HGLRC  hglrc) [static]
static BOOL loader_wglDeleteDCNV ( HDC  hAffinityDC) [static]
static BOOL loader_wglDescribeLayerPlane ( HDC  hDC,
int  iPixelFormat,
int  iLayerPlane,
UINT  nBytes,
LPLAYERPLANEDESCRIPTOR  plpd 
) [static]
static int loader_wglDescribePixelFormat ( HDC  hDC,
int  iPixelFormat,
UINT  nBytes,
LPPIXELFORMATDESCRIPTOR  ppfd 
) [static]
static VOID loader_wglDestroyDisplayColorTableEXT ( GLushort  id) [static]
static BOOL loader_wglDestroyImageBufferI3D ( HDC  hDC,
LPVOID  pAddress 
) [static]
static BOOL loader_wglDestroyPbufferARB ( HPBUFFERARB  hPbuffer) [static]
static BOOL loader_wglDestroyPbufferEXT ( HPBUFFEREXT  hPbuffer) [static]
static BOOL loader_wglDisableFrameLockI3D ( void  ) [static]
static BOOL loader_wglDisableGenlockI3D ( HDC  hDC) [static]
static BOOL loader_wglDXCloseDeviceNV ( HANDLE  hDevice) [static]
static BOOL loader_wglDXLockObjectsNV ( HANDLE  hDevice,
GLint  count,
HANDLE *  hObjects 
) [static]
static BOOL loader_wglDXObjectAccessNV ( HANDLE  hObject,
GLenum  access 
) [static]
static HANDLE loader_wglDXOpenDeviceNV ( GLvoid dxDevice) [static]
static HANDLE loader_wglDXRegisterObjectNV ( HANDLE  hDevice,
GLvoid dxObject,
GLuint  name,
GLenum  type,
GLenum  access 
) [static]
static BOOL loader_wglDXSetResourceShareHandleNV ( GLvoid dxObject,
HANDLE  shareHandle 
) [static]
static BOOL loader_wglDXUnlockObjectsNV ( HANDLE  hDevice,
GLint  count,
HANDLE *  hObjects 
) [static]
static BOOL loader_wglDXUnregisterObjectNV ( HANDLE  hDevice,
HANDLE  hObject 
) [static]
static BOOL loader_wglEnableFrameLockI3D ( void  ) [static]
static BOOL loader_wglEnableGenlockI3D ( HDC  hDC) [static]
static BOOL loader_wglEndFrameTrackingI3D ( void  ) [static]
static UINT loader_wglEnumerateVideoCaptureDevicesNV ( HDC  hDC,
HVIDEOINPUTDEVICENV phDeviceList 
) [static]
static int loader_wglEnumerateVideoDevicesNV ( HDC  hDC,
HVIDEOOUTPUTDEVICENV phDeviceList 
) [static]
static BOOL loader_wglEnumGpuDevicesNV ( HGPUNV  hGpu,
UINT  iDeviceIndex,
PGPU_DEVICE  lpGpuDevice 
) [static]
static BOOL loader_wglEnumGpusFromAffinityDCNV ( HDC  hAffinityDC,
UINT  iGpuIndex,
HGPUNV hGpu 
) [static]
static BOOL loader_wglEnumGpusNV ( UINT  iGpuIndex,
HGPUNV phGpu 
) [static]
static void loader_wglFreeMemoryNV ( void pointer) [static]
static BOOL loader_wglGenlockSampleRateI3D ( HDC  hDC,
UINT  uRate 
) [static]
static BOOL loader_wglGenlockSourceDelayI3D ( HDC  hDC,
UINT  uDelay 
) [static]
static BOOL loader_wglGenlockSourceEdgeI3D ( HDC  hDC,
UINT  uEdge 
) [static]
static BOOL loader_wglGenlockSourceI3D ( HDC  hDC,
UINT  uSource 
) [static]
static UINT loader_wglGetContextGPUIDAMD ( HGLRC  hglrc) [static]
static HGLRC loader_wglGetCurrentAssociatedContextAMD ( void  ) [static]
static HGLRC loader_wglGetCurrentContext ( void  ) [static]
static HDC loader_wglGetCurrentDC ( void  ) [static]
static HDC loader_wglGetCurrentReadDCARB ( void  ) [static]
static HDC loader_wglGetCurrentReadDCEXT ( void  ) [static]
static PROC loader_wglGetDefaultProcAddress ( LPCSTR  lpszProc) [static]
static BOOL loader_wglGetDigitalVideoParametersI3D ( HDC  hDC,
int  iAttribute,
int *  piValue 
) [static]
static const char* loader_wglGetExtensionsStringARB ( HDC  hDC) [static]
static const char* loader_wglGetExtensionsStringEXT ( void  ) [static]
static BOOL loader_wglGetFrameUsageI3D ( float *  pUsage) [static]
static BOOL loader_wglGetGammaTableI3D ( HDC  hDC,
int  iEntries,
USHORT *  puRed,
USHORT *  puGreen,
USHORT *  puBlue 
) [static]
static BOOL loader_wglGetGammaTableParametersI3D ( HDC  hDC,
int  iAttribute,
int *  piValue 
) [static]
static BOOL loader_wglGetGenlockSampleRateI3D ( HDC  hDC,
UINT *  uRate 
) [static]
static BOOL loader_wglGetGenlockSourceDelayI3D ( HDC  hDC,
UINT *  uDelay 
) [static]
static BOOL loader_wglGetGenlockSourceEdgeI3D ( HDC  hDC,
UINT *  uEdge 
) [static]
static BOOL loader_wglGetGenlockSourceI3D ( HDC  hDC,
UINT *  uSource 
) [static]
static UINT loader_wglGetGPUIDsAMD ( UINT  maxCount,
UINT *  ids 
) [static]
static INT loader_wglGetGPUInfoAMD ( UINT  id,
int  property,
GLenum  dataType,
UINT  size,
void data 
) [static]
static int loader_wglGetLayerPaletteEntries ( HDC  hDC,
int  iLayerPlane,
int  iStart,
int  nEntries,
COLORREF *  pcr 
) [static]
static BOOL loader_wglGetMscRateOML ( HDC  hDC,
INT32 *  numerator,
INT32 *  denominator 
) [static]
static HDC loader_wglGetPbufferDCARB ( HPBUFFERARB  hPbuffer) [static]
static HDC loader_wglGetPbufferDCEXT ( HPBUFFEREXT  hPbuffer) [static]
static int loader_wglGetPixelFormat ( HDC  hDC) [static]
static BOOL loader_wglGetPixelFormatAttribfvARB ( HDC  hDC,
int  iPixelFormat,
int  iLayerPlane,
UINT  nAttributes,
const int *  piAttributes,
FLOAT *  pfValues 
) [static]
static BOOL loader_wglGetPixelFormatAttribfvEXT ( HDC  hDC,
int  iPixelFormat,
int  iLayerPlane,
UINT  nAttributes,
const int *  piAttributes,
FLOAT *  pfValues 
) [static]
static BOOL loader_wglGetPixelFormatAttribivARB ( HDC  hDC,
int  iPixelFormat,
int  iLayerPlane,
UINT  nAttributes,
const int *  piAttributes,
int *  piValues 
) [static]
static BOOL loader_wglGetPixelFormatAttribivEXT ( HDC  hDC,
int  iPixelFormat,
int  iLayerPlane,
UINT  nAttributes,
const int *  piAttributes,
int *  piValues 
) [static]
static PROC loader_wglGetProcAddress ( LPCSTR  lpszProc) [static]
static int loader_wglGetSwapIntervalEXT ( void  ) [static]
static BOOL loader_wglGetSyncValuesOML ( HDC  hDC,
INT64 *  ust,
INT64 *  msc,
INT64 *  sbc 
) [static]
static BOOL loader_wglGetVideoDeviceNV ( HDC  hDC,
int  numDevices,
HPVIDEODEV hVideoDevice 
) [static]
static BOOL loader_wglGetVideoInfoNV ( HPVIDEODEV  hpVideoDevice,
unsigned long *  pulCounterOutputPbuffer,
unsigned long *  pulCounterOutputVideo 
) [static]
static BOOL loader_wglIsEnabledFrameLockI3D ( BOOL *  pFlag) [static]
static BOOL loader_wglIsEnabledGenlockI3D ( HDC  hDC,
BOOL *  pFlag 
) [static]
static BOOL loader_wglJoinSwapGroupNV ( HDC  hDC,
GLuint  group 
) [static]
static GLboolean loader_wglLoadDisplayColorTableEXT ( const GLushort table,
GLuint  length 
) [static]
static BOOL loader_wglLockVideoCaptureDeviceNV ( HDC  hDC,
HVIDEOINPUTDEVICENV  hDevice 
) [static]
static BOOL loader_wglMakeAssociatedContextCurrentAMD ( HGLRC  hglrc) [static]
static BOOL loader_wglMakeContextCurrentARB ( HDC  hDrawDC,
HDC  hReadDC,
HGLRC  hglrc 
) [static]
static BOOL loader_wglMakeContextCurrentEXT ( HDC  hDrawDC,
HDC  hReadDC,
HGLRC  hglrc 
) [static]
static BOOL loader_wglMakeCurrent ( HDC  hDC,
HGLRC  hglrc 
) [static]
static BOOL loader_wglQueryCurrentContextNV ( int  iAttribute,
int *  piValue 
) [static]
static BOOL loader_wglQueryFrameCountNV ( HDC  hDC,
GLuint count 
) [static]
static BOOL loader_wglQueryFrameLockMasterI3D ( BOOL *  pFlag) [static]
static BOOL loader_wglQueryFrameTrackingI3D ( DWORD *  pFrameCount,
DWORD *  pMissedFrames,
float *  pLastMissedUsage 
) [static]
static BOOL loader_wglQueryGenlockMaxSourceDelayI3D ( HDC  hDC,
UINT *  uMaxLineDelay,
UINT *  uMaxPixelDelay 
) [static]
static BOOL loader_wglQueryMaxSwapGroupsNV ( HDC  hDC,
GLuint maxGroups,
GLuint maxBarriers 
) [static]
static BOOL loader_wglQueryPbufferARB ( HPBUFFERARB  hPbuffer,
int  iAttribute,
int *  piValue 
) [static]
static BOOL loader_wglQueryPbufferEXT ( HPBUFFEREXT  hPbuffer,
int  iAttribute,
int *  piValue 
) [static]
static BOOL loader_wglQuerySwapGroupNV ( HDC  hDC,
GLuint group,
GLuint barrier 
) [static]
static BOOL loader_wglQueryVideoCaptureDeviceNV ( HDC  hDC,
HVIDEOINPUTDEVICENV  hDevice,
int  iAttribute,
int *  piValue 
) [static]
static BOOL loader_wglRealizeLayerPalette ( HDC  hDC,
int  iLayerPlane,
BOOL  bRealize 
) [static]
static BOOL loader_wglReleaseImageBufferEventsI3D ( HDC  hDC,
const LPVOID *  pAddress,
UINT  count 
) [static]
static int loader_wglReleasePbufferDCARB ( HPBUFFERARB  hPbuffer,
HDC  hDC 
) [static]
static int loader_wglReleasePbufferDCEXT ( HPBUFFEREXT  hPbuffer,
HDC  hDC 
) [static]
static BOOL loader_wglReleaseTexImageARB ( HPBUFFERARB  hPbuffer,
int  iBuffer 
) [static]
static BOOL loader_wglReleaseVideoCaptureDeviceNV ( HDC  hDC,
HVIDEOINPUTDEVICENV  hDevice 
) [static]
static BOOL loader_wglReleaseVideoDeviceNV ( HPVIDEODEV  hVideoDevice) [static]
static BOOL loader_wglReleaseVideoImageNV ( HPBUFFERARB  hPbuffer,
int  iVideoBuffer 
) [static]
static BOOL loader_wglResetFrameCountNV ( HDC  hDC) [static]
static BOOL loader_wglRestoreBufferRegionARB ( HANDLE  hRegion,
int  x,
int  y,
int  width,
int  height,
int  xSrc,
int  ySrc 
) [static]
static BOOL loader_wglSaveBufferRegionARB ( HANDLE  hRegion,
int  x,
int  y,
int  width,
int  height 
) [static]
static BOOL loader_wglSendPbufferToVideoNV ( HPBUFFERARB  hPbuffer,
int  iBufferType,
unsigned long *  pulCounterPbuffer,
BOOL  bBlock 
) [static]
static BOOL loader_wglSetDigitalVideoParametersI3D ( HDC  hDC,
int  iAttribute,
const int *  piValue 
) [static]
static BOOL loader_wglSetGammaTableI3D ( HDC  hDC,
int  iEntries,
const USHORT *  puRed,
const USHORT *  puGreen,
const USHORT *  puBlue 
) [static]
static BOOL loader_wglSetGammaTableParametersI3D ( HDC  hDC,
int  iAttribute,
const int *  piValue 
) [static]
static int loader_wglSetLayerPaletteEntries ( HDC  hDC,
int  iLayerPlane,
int  iStart,
int  nEntries,
const COLORREF *  pcr 
) [static]
static BOOL loader_wglSetPbufferAttribARB ( HPBUFFERARB  hPbuffer,
const int *  piAttribList 
) [static]
static BOOL loader_wglSetPixelFormat ( HDC  hDC,
int  iPixelFormat,
const PIXELFORMATDESCRIPTOR *  ppfd 
) [static]
static BOOL loader_wglSetStereoEmitterState3DL ( HDC  hDC,
UINT  uState 
) [static]
static BOOL loader_wglShareLists ( HGLRC  hglrcShare,
HGLRC  hglrcSrc 
) [static]
static BOOL loader_wglSwapBuffers ( HDC  hDC) [static]
static INT64 loader_wglSwapBuffersMscOML ( HDC  hDC,
INT64  target_msc,
INT64  divisor,
INT64  remainder 
) [static]
static BOOL loader_wglSwapIntervalEXT ( int  interval) [static]
static BOOL loader_wglSwapLayerBuffers ( HDC  hDC,
UINT  fuPlanes 
) [static]
static INT64 loader_wglSwapLayerBuffersMscOML ( HDC  hDC,
int  fuPlanes,
INT64  target_msc,
INT64  divisor,
INT64  remainder 
) [static]
static DWORD loader_wglSwapMultipleBuffers ( UINT  n,
const WGLSWAP *  ps 
) [static]
static BOOL loader_wglUseFontBitmapsA ( HDC  hDC,
DWORD  first,
DWORD  count,
DWORD  listBase 
) [static]
static BOOL loader_wglUseFontBitmapsW ( HDC  hDC,
DWORD  first,
DWORD  count,
DWORD  listBase 
) [static]
static BOOL loader_wglUseFontOutlinesA ( HDC  hDC,
DWORD  first,
DWORD  count,
DWORD  listBase,
FLOAT  deviation,
FLOAT  extrusion,
int  format,
LPGLYPHMETRICSFLOAT  lpgmf 
) [static]
static BOOL loader_wglUseFontOutlinesW ( HDC  hDC,
DWORD  first,
DWORD  count,
DWORD  listBase,
FLOAT  deviation,
FLOAT  extrusion,
int  format,
LPGLYPHMETRICSFLOAT  lpgmf 
) [static]
static BOOL loader_wglWaitForMscOML ( HDC  hDC,
INT64  target_msc,
INT64  divisor,
INT64  remainder,
INT64 *  ust,
INT64 *  msc,
INT64 *  sbc 
) [static]
static BOOL loader_wglWaitForSbcOML ( HDC  hDC,
INT64  target_sbc,
INT64 *  ust,
INT64 *  msc,
INT64 *  sbc 
) [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines